Name | Description |
---|---|
access_token | JSON Web Token retrieved from the Sessions endpoint (you can also pass this into the Authorization header) |
include | (optional) 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.eyJ1c2VyX2lkIjozNSwiZXhwIjoxNzU0NTk2NDc2LCJpYXQiOjE3NTQ1OTYyOTZ9.ZGqNV_x6sGKmcNgesh1EuLgBvWHtbc9M3ZniM13j8E8 Host: example.org Cookie:
GET /apis/v4/organizations/41/comment_reports/8?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.eyJ1c2VyX2lkIjozNSwiZXhwIjoxNzU0NzY5MDk2LCJpYXQiOjE3NTQ1OTYyOTZ9.PDYkPemo_X6ivMTOQoHyiq4imadtLwB3etJrPpeSZXo Access-Control-Expose-Headers: X-MH-Session ETag: W/"adad043b35bb5a435d457c790de1c47e" Cache-Control: max-age=0, private, must-revalidate X-Request-Id: 3b1e512f-a997-4c2b-8bce-d0ee19f0f943 X-Runtime: 0.021404 Content-Length: 295
200