foreignId
. If the entity does not exist and createIfNotFound=true
is provided, a blank entity will be created and returned.
Query Parameters
The external ID used to locate the entity
If set to
true
, creates a blank entity if none exists with that foreign IDResponse
Unique entity identifier
Project identifier
External reference ID
Entity title (may be null for newly created entities)
Entity content (may be null for newly created entities)
Array of keywords
Custom metadata
Creation timestamp in ISO 8601 format
Last update timestamp in ISO 8601 format
Error Responses
Invalid Query - 400 Bad Request
Invalid Query - 400 Bad Request
Not Found - 404 Not Found
Not Found - 404 Not Found
Server Error - 500 Internal Server Error
Server Error - 500 Internal Server Error
Notes
- Authentication is not required.
- This endpoint supports optional automatic entity creation.
- If
createIfNotFound
is enabled, a webhook is triggered for validation.