v1

latestOpenAPI 3.0.02026-07-24212113249.1 KB
Subjects

Create a subject

post/subjects

Headers

organizationstring required

The URL of the end-user web application

Request body

entitystring required

Entity identified by this subject

fieldsstring[] required

Fields

Example request

{
  "entity": "accountstatuses",
  "fields": [
    "all"
  ]
}

Response

Subject created

idstring

Subject ID

fieldsstring[]

Fields

entitystring

Entity identified by this subject

Example response

{
  "id": "896632c05f1a59b6d395b963",
  "fields": [
    "name",
    "address"
  ],
  "entity": "accountstatuses"
}