Name | Description |
---|---|
access_token | JSON Web Token retrieved from the Sessions endpoint (you can also pass this into the Authorization header) |
page |
pagination details: - page[limit] = number of records you want to receive per page, default 25 - page[offset] = skip the first n number of records before reading organizations, default 0 |
sort | order you want to receive records in, default created_at |
include | comma delimited relationships you want included in the response in snake_case format |
Name | Description |
---|---|
data | primary JSON API payload |
included | related models (controlled by the include param) |
meta | will contain additional information about the current request, including the total number of records before the limit/offset operations |
Version: HTTP/1.0 Accept: application/vnd.api+json Content-Type: application/vnd.api+json Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoxNzEsImV4cCI6MTcwNDQ3MzIzNSwiaWF0IjoxNzA0NDczMDU1fQ.Ql6-XYOzppEp5gg8Hy8cFiirUtpI4APEJa8A7lm1T7s Host: example.org Cookie:
GET /apis/v4/organizations/122/celebration_items/16/comments?include=*
include=*
X-Frame-Options: SAMEORIGIN X-XSS-Protection: 1; mode=block X-Content-Type-Options: nosniff X-Download-Options: noopen X-Permitted-Cross-Domain-Policies: none Referrer-Policy: strict-origin-when-cross-origin Content-Type: application/vnd.api+json Vary: Accept X-MH-Session: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoxNzEsImV4cCI6MTcwNDY0NTg1NSwiaWF0IjoxNzA0NDczMDU1fQ.-kHiajiB-T82-2FBLJwatmyHzw8zB-f5GPgz88pEQNE Access-Control-Expose-Headers: X-MH-Session ETag: W/"1fbdb230814a26aebcbdc5742f1be1f2" Cache-Control: max-age=0, private, must-revalidate X-Request-Id: 444437e5-4dd3-427f-a322-4ebe98a35248 X-Runtime: 0.089764 Content-Length: 1661
200