Skip to content

Get actors schema

Get an actor schema via API

Here’s how to get an actor schema1 for a specific project in Tallyfy Manufactory2. Use the endpoint GET /actors/schema/{org_id}/{project_id}.

Authentication

You’ll need this header for all API calls:

  • X-Manufactory-Auth - Manufactory access token

Required values

  • org_id (required) string - Manufactory org ID.
  • project_id (required) number - Manufactory project ID.

Response example

{
"attributes": [
{
"name": "city",
"display_name": "City",
"data_type": "text"
},
{
"name": "country",
"display_name": "Country",
"data_type": "text"
},
{
"name": "email",
"display_name": "Email",
"data_type": "text"
},
{
"name": "username",
"display_name": "Username",
"data_type": "text"
}
],
"org_id": "xyz",
"unique_id": "email",
"project_id": 12345
}

Manufactory > Actors

Actors represent users in Tallyfy Manufactory projects. Design and build actor schemas by…

Footnotes

  1. It’s a data structure defining the attributes and properties of workflow participants in a project

  2. Tallyfy’s manufacturing workflow automation platform with custom data structures and actors