Collaborators
ch:collaborators
LINK RELATION
,
EMBEDDED RELATION
Actions
| method | description |
|---|---|
| GET | View collaborators collection |
| POST | Create new collaborator |
| OPTIONS | Retrieve supported HTTP methods |
Request parameters
| property | type | required | method |
|---|---|---|---|
| true | POST | ||
| message | string | true | POST |
| name | string | false | POST |
| page1 | integer | false | GET |
| per_page1 | integer | false | GET |
1
See Pagination for details.
Profile
The Collaborators resource represents a collection of Collaborator resources.
Properties
| name | type | read-only |
|---|---|---|
| count | integer | true |
| page | integer | true |
| per_page | integer | true |
Link relations
| rel | conditional |
|---|---|
| self | false |
| first | true |
| last | true |
| prev | true |
| next | true |
| ch:application | false |
Embedded
Additional semantics
This collection is paginated. See Pagination.
Example representation
{
"count": 1,
"page": 1,
"per_page": 20,
"_links": {
"self": {
"href": "https://merchant.test.clearhaus.com/applications/3128a7e4-9594-42fb-a9bd-4f444b58110f/collaborators"
},
"ch:application": {
"href": "https://merchant.test.clearhaus.com/applications/3128a7e4-9594-42fb-a9bd-4f444b58110f"
},
"curies": [
{
"href": "https://developer.clearhaus.com/rels/{rel}",
"templated": true,
"name": "ch"
}
]
},
"_embedded": {
"ch:collaborators": [...]
}
}