Service Settings
Operations Summary
| Method | Endpoint | Description |
|---|---|---|
| GET | /api/service-settings/ |
List Service Settings |
| GET | /api/service-settings/{uuid}/ |
Retrieve |
List Service Settings
1 2 3 4 | |
1 2 3 4 5 6 7 8 9 10 | |
- API Source:
service_settings_list
1 2 3 4 5 6 7 8 9 10 | |
| Name | Type | Description |
|---|---|---|
customer |
string (uuid) | |
customer_uuid |
string (uuid) | |
field |
array | |
name |
string | |
name_exact |
string | |
o |
string | Which field to use when ordering the results. |
page |
integer | A page number within the paginated result set. |
page_size |
integer | Number of results to return per page. |
scope_uuid |
string | Scope UUID |
shared |
boolean | |
state |
array | |
type |
string |
200 -
The response body is an array of objects, where each object has the following structure:
| Field | Type | Description |
|---|---|---|
url |
string (uri) | |
uuid |
string (uuid) | |
name |
string | |
type |
string | |
state |
any | |
error_message |
string | |
shared |
boolean | Anybody can use it |
customer |
string (uri) | |
customer_name |
string | |
customer_native_name |
string | |
terms_of_services |
string (uri) | |
scope |
string | |
scope_uuid |
string (uuid) | |
options |
object (free-form) |
Retrieve
1 2 3 4 | |
1 2 3 4 5 6 7 8 9 10 11 12 | |
- API Source:
service_settings_retrieve
1 2 3 4 5 6 7 8 9 10 11 12 13 | |
| Name | Type | Required |
|---|---|---|
uuid |
string (uuid) | ✓ |
| Name | Type |
|---|---|
field |
array |
200 -
| Field | Type | Description |
|---|---|---|
url |
string (uri) | |
uuid |
string (uuid) | |
name |
string | |
type |
string | |
state |
any | |
error_message |
string | |
shared |
boolean | Anybody can use it |
customer |
string (uri) | |
customer_name |
string | |
customer_native_name |
string | |
terms_of_services |
string (uri) | |
scope |
string | |
scope_uuid |
string (uuid) | |
options |
object (free-form) |