curl --request GET \
--url https://api-dev.narrative.io/data-shop/company/{company_id} \
--header 'Authorization: Bearer <token>'{
"records": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"hostname": "<string>",
"created_by": 123,
"created_at": "2021-06-24T00:54:40.029056Z",
"updated_by": 123,
"updated_at": "2021-06-24T00:54:40.029056Z",
"compan_id": 345,
"manifest": {}
}
]
}Gets all data-shops belonging to a company or empty if non exist.
curl --request GET \
--url https://api-dev.narrative.io/data-shop/company/{company_id} \
--header 'Authorization: Bearer <token>'{
"records": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"hostname": "<string>",
"created_by": 123,
"created_at": "2021-06-24T00:54:40.029056Z",
"updated_by": 123,
"updated_at": "2021-06-24T00:54:40.029056Z",
"compan_id": 345,
"manifest": {}
}
]
}