POST
/
ext
/
create_resource

Body

api_key
string
required

This is the API key for your account. You can obtain this from the “Secrets” tab of your “Settings” page.

subproject_id
string
required

This is the id of the subproject the resource will be created in. You can obtain this ID from the URL while in the subproject.

name
string
required

This is the name of the resource to be created. If you would like to create the resource in a folder, use the following format: Folder/Resource or MainFolder/SubFolder/Resource

type
string
required

This is the type of the resource to be created. Make sure this type exists in your organization.

description
string
default: ""

This is the description of the resource to be created.

content_notes
string
default: ""

Notes on the content of the resource to be created.

content
[Content]

An array of content items to be logged under the “Resource Content” table. The structure of each Content item is detailed below.

fields
[Field]

An array of fields to be logged under the “Resource Fields” table. The structure of each Field item is detailed below.

Response

status
number

Indicates whether the call was successful. 200 if successful, 400 if not.

message
string

Message containing the id of the resource created if successful, an error message if not.