ConnectedApplication
{
"type": "ConnectedApplication",
"id": "1",
"attributes": {
"description": "string",
"name": "string",
"url": "string"
},
"relationships": {}
}
| Name |
Type |
Description |
description |
string |
|
id |
primary_key |
|
name |
string |
|
url |
string |
|
| Name |
Parameter |
Type |
Description |
| per_page |
per_page |
integer |
how many records to return per page (min=1, max=100, default=25)
|
| offset |
offset |
integer |
get results from given offset
|
| HTTP Method |
Endpoint |
| GET |
/api/v2/connected_applications |
Reading
| HTTP Method |
Endpoint |
| GET |
/api/v2/connected_applications/{id} |
| HTTP Method |
Endpoint |
Returns |
Details |
Filter By |
| GET |
/api/v2/connected_applications/{connected_application_id}/people |
ConnectedApplicationPerson
|
|
|
| HTTP Method |
Endpoint |
Association |
Details |
Filter By |
| GET |
/api/v2/connected_applications |
Organization
|
|
|