Returns a list of data fields created for this container.
Request Information
Headers
Name | Description | Type | Additional information |
---|---|---|---|
Authentication |
Authentication token |
string |
Required |
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
containerid |
Data container id. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Name | Description | Type | Additional information |
---|---|---|---|
Data | Collection of ApiTemplateField |
None. |
|
Success | boolean |
None. |
|
Messages | Collection of ErrorMessage |
None. |
Response Formats
application/json
Sample:
{ "Data": [ { "Id": 2061, "Name": "Field1", "Type": "String", "PossibleValues": [] }, { "Id": 2062, "Name": "Field2", "Type": "Enumeration", "PossibleValues": [ "1", "2", "5" ] } ], "Success": true, "Messages": [] }