Fetch API (v3.0: 3.25.0.4)
For differences between versions, see Changelog.
https://fetch.yellowdogsoftware.com/api/v3/
Page Number for the result set.
This is expected to be an integer value greater than 0. Defaults to 1 when not passed in.
For more information see the Getting Started Section for Pagination.
Page Size
- Default page size: 100
- Max page size: 500
This is expected to be an integer value greater than 0. Defaults to 100 when not passed in.
For more information see the Getting Started Section for Pagination.
- Production server
https://fetch.yellowdogsoftware.com/api/v3/countsheets
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://fetch.yellowdogsoftware.com/api/v3/countsheets?PageNumber=0&PageSize=0&Expand=string&Filter=string&OrderBy=string' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'
[ { "countSheetID": "ed1497be-add9-44eb-9bd3-3df7ef2126f7", "description": "string", "storeID": "b89b5309-e797-4390-b985-9bdc32523397", "countSheetItems": [ … ] } ]
Page Number for the result set.
This is expected to be an integer value greater than 0. Defaults to 1 when not passed in.
For more information see the Getting Started Section for Pagination.
Page Size
- Default page size: 100
- Max page size: 500
This is expected to be an integer value greater than 0. Defaults to 100 when not passed in.
For more information see the Getting Started Section for Pagination.
- Production server
https://fetch.yellowdogsoftware.com/api/v3/countsheets/{id}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://fetch.yellowdogsoftware.com/api/v3/countsheets/{id}?PageNumber=0&PageSize=0&Expand=string&Filter=string&OrderBy=string' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'
{ "countSheetID": "ed1497be-add9-44eb-9bd3-3df7ef2126f7", "description": "string", "storeID": "b89b5309-e797-4390-b985-9bdc32523397", "countSheetItems": [ { … } ] }