Organization Service
/v4/lists/service
Retrieves and returns the data for all Services.
A successful retrieval will result in a 200
status code and JSON array. The array will contain one object for each Service in the system, each with the following attributes:
Attribute | Data Type | Description |
---|---|---|
id |
string | the service ID associated with this Service |
name |
string | the display name of this Service |
[
{
"id": "s123",
"name": "Smallville Radio"
},
{
"id": "c456",
"name": "Central City Public Broadcasting"
},
{
"id": "s789",
"name": "Gotham Radio Exchange"
}
]