Get Organization IDs details
GET/api/v1/org/orgIds
Get Organization IDs details
Request
Query Parameters
group number
Filter by group ID
emptyGroup boolean
If true: (with group) also include IDs without group; (without group) only IDs without group
emptyDevice boolean
If true, only IDs without device
Responses
- 200
Returns a list of organization IDs, according to the specified filters
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
orgId numberrequired
device stringnullable
Device id related to the org id. Set to null to remove the current device.
group numbernullable
Group parent id for the org id. Set to null to remove the current group parent.
[
{
"orgId": 0,
"device": "string",
"group": 0
}
]
Loading...