Include Exceptions
Whenever you make a request that is accepted and gives an error based on includes you can check the status code or name in the table below for more information. The description will show more details about how the error is created and what possible steps you can take to avoid these kind of errors.
Status | Name | Description |
---|---|---|
| Include not allowed | This include is not allowed on this entity, try removing the include from the request. Check the list of includes that are allowed for this endpoint. |
| Include not found | This include is not available in the API, please remove the inlcude from the request. Check the docs for the requested entity to check all the available includes. |
| Include depth | You have reached the limit on nested includes. Try removing the last nested include or try other endpoints to reduce the amount of nested includes. |
| Include not available | This include is not available on the requested entity. Check the docs for the requested entity to check all the available includes. |
Last updated