Parameter | Description |
---|---|
Envelope | Flag that indicates whether Application wraps the response in an envelope JSON object. Some API clients cannot access the HTTP response headers or status code. To remediate this, set envelope=true in the query. Endpoints that return a list of results use the results object as an envelope. Application adds the status parameter to the response body. |
Include Count | A flag that indicates whether the response also returns the total number of items (totalCount). |
Items Per Page | The returned project items are grouped in pages. This parameter determines the number of items that the response returns per page. |
Page Number | The returned project items are grouped in pages. This parameter determines the page number of the current set of the total objects that the response returns. |
Pretty | Flag that indicates whether the response body should be in the prettyprint format. |