GET api/ConfigVersion
ODATA enabled get ConfigVersion requests.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
options | No documentation available. |
None. |
Request body formats
text/plain
Sample:
No body required. Body is ignored.
Response Information
Response body formats
application/json, text/json
Sample:
{ "Items": [ { "Item_Number": "sample string 1", "Latest_Version": 2, "Status": 3, "Configuration_Type": 4, "UserFieldData": [ {}, {}, {} ], "UserFieldNames": [ "sample string 1", "sample string 2", "sample string 3" ], "Notifications": null }, { "Item_Number": "sample string 1", "Latest_Version": 2, "Status": 3, "Configuration_Type": 4, "UserFieldData": [ {}, {}, {} ], "UserFieldNames": [ "sample string 1", "sample string 2", "sample string 3" ], "Notifications": null }, { "Item_Number": "sample string 1", "Latest_Version": 2, "Status": 3, "Configuration_Type": 4, "UserFieldData": [ {}, {}, {} ], "UserFieldNames": [ "sample string 1", "sample string 2", "sample string 3" ], "Notifications": null } ], "NextPageLink": null, "Count": 3 }