Endpoints for Entity Objects
Use these endpoints to get, create, update, or delete entity objects in your ProcessMaker IDP instance. Optionally, filter, sort, and/or paginate results when you receive results.
Base URL for Entity Object Endpoints
Gets a collection of entity objects by their type.
Path Parameters
Name
Type
Description
curl --location --request GET "https://processmaker-idp.com/datastore/api/rest/file"Gets one type's entity object by its unique ID.
Path Parameters
Name
Type
Description
Gets the content (binary) of a type's entity object by its unique ID.
Path Parameters
Name
Type
Description
Gets resources related to an entity object.
Path Parameters
Name
Type
Description
Filter by name of entity object result.
Path Parameters
Name
Type
Description
Sort results by providing the attribute(s) from which to sort, followed by sorting direction.
Paginate results.
Path Parameters
Name
Type
Description
Creates an entity object by specifying its entity type.
Path Parameters
Name
Type
Description
Request Body
Name
Type
Description
Updates one type's entity object by its unique ID.
Path Parameters
Name
Type
Description
Request Body
Name
Type
Description
Deletes one type's entity object by its unique ID.
Path Parameters
Name
Type
Description
Errors
Last updated