GET api/Collection/GetAllItems
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of CollectionData| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| StopId | globally unique identifier |
Required |
|
| CollectionTypeId | globally unique identifier |
Required |
|
| Notation | string |
None. |
|
| AdjNote | string |
None. |
|
| Amount | decimal number |
Required |
|
| AdjAmount | decimal number |
None. |
|
| Identifier | string |
None. |
|
| Updated | date |
None. |
|
| IsDeleted | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": "8984d056-9ae2-402c-b03c-f19b05cccb9f",
"StopId": "aff64c18-4b51-4333-8868-f1ae93488663",
"CollectionTypeId": "5080e9a8-bfbb-4b0c-ae41-22fcf4982b79",
"Notation": "sample string 3",
"AdjNote": "sample string 4",
"Amount": 5.0,
"AdjAmount": 1.0,
"Identifier": "sample string 6",
"Updated": "2025-12-15T23:38:07.9216926-05:00",
"IsDeleted": 1
},
{
"Id": "8984d056-9ae2-402c-b03c-f19b05cccb9f",
"StopId": "aff64c18-4b51-4333-8868-f1ae93488663",
"CollectionTypeId": "5080e9a8-bfbb-4b0c-ae41-22fcf4982b79",
"Notation": "sample string 3",
"AdjNote": "sample string 4",
"Amount": 5.0,
"AdjAmount": 1.0,
"Identifier": "sample string 6",
"Updated": "2025-12-15T23:38:07.9216926-05:00",
"IsDeleted": 1
}
]
application/xml, text/xml
Sample:
<ArrayOfCollectionData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IosWebApi.Models">
<CollectionData>
<AdjAmount>1</AdjAmount>
<AdjNote>sample string 4</AdjNote>
<Amount>5</Amount>
<CollectionTypeId>5080e9a8-bfbb-4b0c-ae41-22fcf4982b79</CollectionTypeId>
<Id>8984d056-9ae2-402c-b03c-f19b05cccb9f</Id>
<Identifier>sample string 6</Identifier>
<IsDeleted>1</IsDeleted>
<Notation>sample string 3</Notation>
<StopId>aff64c18-4b51-4333-8868-f1ae93488663</StopId>
<Updated>2025-12-15T23:38:07.9216926-05:00</Updated>
</CollectionData>
<CollectionData>
<AdjAmount>1</AdjAmount>
<AdjNote>sample string 4</AdjNote>
<Amount>5</Amount>
<CollectionTypeId>5080e9a8-bfbb-4b0c-ae41-22fcf4982b79</CollectionTypeId>
<Id>8984d056-9ae2-402c-b03c-f19b05cccb9f</Id>
<Identifier>sample string 6</Identifier>
<IsDeleted>1</IsDeleted>
<Notation>sample string 3</Notation>
<StopId>aff64c18-4b51-4333-8868-f1ae93488663</StopId>
<Updated>2025-12-15T23:38:07.9216926-05:00</Updated>
</CollectionData>
</ArrayOfCollectionData>