The following macros are not currently supported in the header:
- style
GET /requests/:id
Get Request
Resource URL
GET /requests/:id
Parameters
Table of allowed parameters.
_fields | partial string | Allows you to specify optional fields and linked objects to include in the response. |
---|
Handling the response
Below is a table of available response fields and objects that are returned within the response object of the returned object. The optional fields and objects can be requested in the _fields
 parameter; see included examples. Underlined values are default.
id | unsigned | Request's unique identifier. This can be used to request other endpoints. |
---|---|---|
title | string | Â |
body | string | Â |
standing | string | 'pending','open','converted','closed' |
type | unsigned int | Request type id. |
type() | object | Request type object. |
affiliation_id | unsigned int | Request affiliation's id. |
contact() | object | Affiliation and contact object. |
priority | unsigned int | Priority id for request. |
priority() | object | Priority object for request |
date_created | unix timestamp | Â |