curl --request GET \
--url https://parrot.prod.pagosapi.com/batch/files \
--header 'x-api-key: <api-key>'
[
{
"type": "<string>",
"name": "<string>",
"url": "<string>",
"changes": {
"bins_removed": 123,
"bins_updated": 123,
"bins_added": 123,
"last_update_date": "<string>",
"sources": [
{
"bins_total": 123,
"source": "<string>",
"changes": {
"percentage": "<string>",
"removed": 123,
"updated": 123,
"added": 123
}
}
]
}
}
]
Put ONLY your api-key token on textbox below!
List of files with download urls
The response is of type object[]
.
curl --request GET \
--url https://parrot.prod.pagosapi.com/batch/files \
--header 'x-api-key: <api-key>'
[
{
"type": "<string>",
"name": "<string>",
"url": "<string>",
"changes": {
"bins_removed": 123,
"bins_updated": 123,
"bins_added": 123,
"last_update_date": "<string>",
"sources": [
{
"bins_total": 123,
"source": "<string>",
"changes": {
"percentage": "<string>",
"removed": 123,
"updated": 123,
"added": 123
}
}
]
}
}
]
curl --request GET \
--url https://parrot.prod.pagosapi.com/batch/files \
--header 'x-api-key: <api-key>'
[
{
"type": "<string>",
"name": "<string>",
"url": "<string>",
"changes": {
"bins_removed": 123,
"bins_updated": 123,
"bins_added": 123,
"last_update_date": "<string>",
"sources": [
{
"bins_total": 123,
"source": "<string>",
"changes": {
"percentage": "<string>",
"removed": 123,
"updated": 123,
"added": 123
}
}
]
}
}
]
Put ONLY your api-key token on textbox below!
List of files with download urls
The response is of type object[]
.
curl --request GET \
--url https://parrot.prod.pagosapi.com/batch/files \
--header 'x-api-key: <api-key>'
[
{
"type": "<string>",
"name": "<string>",
"url": "<string>",
"changes": {
"bins_removed": 123,
"bins_updated": 123,
"bins_added": 123,
"last_update_date": "<string>",
"sources": [
{
"bins_total": 123,
"source": "<string>",
"changes": {
"percentage": "<string>",
"removed": 123,
"updated": 123,
"added": 123
}
}
]
}
}
]