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 |
---|---|---|
5000 | 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. |
5001 | Include not found | This include is not available on this entity, try removing the include from the request. |
5008 | 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. |
Last modified 2mo ago