List parent companies
GET/parent-companies
List parent companies
Request
Query Parameters
offset number
Default value: 0
limit number
Possible values: >= 1 and <= 1000
Default value: 10
Responses
- 200
success - a paginated list of parent companies
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
id uuidrequired
The unique identifier of the parent company
name stringrequired
The name of the parent company
created stringnullablerequired
The creation date of the parent company
updated stringnullablerequired
The last update date of the parent company
settingsSynchronization nullable
Synchronization settings for the parent company
[
{
"id": "adfdfaca-48f0-4f3b-b30a-c6d97293090c",
"name": "Apple Paris",
"created": "string",
"updated": "string"
}
]
Loading...