Create Project Object

Use this API to create a new Project object record.

πŸ—’

Things to Know

  • This API only supports creating Project objects via Object Manager.
Body Params
string
required
length between 3 and 255

The name of the object.

string
length ≀ 1000

The description of the object.

date

The deadline of the project.

string
length ≀ 100

The external identifier for the project.

uri
length ≀ 2048
string
length ≀ 1000

The intended use of the project.

string
length ≀ 100

The business value of the project.

string

The user assigned as the owner of the project.

string
enum

The status of the project.

Allowed:
string
enum

The type of project.

Allowed:
string
enum

This parameter indicates whether the project is internal or external.

Allowed:
string
enum

The project promotion status.

Allowed:
additionalAttributes
object

This parameter can be used to store attribute details in key value pairs.

entityDetail
object

The details of the object.

orgGroupId
object

The unique identifier of the organization responsible for the object.

Responses

400

Bad Request

401

Unauthorized

403

Forbidden

500

Internal Server Error

Language
Credentials
OAuth2
Missing 3 required scopes
URL
Response
Choose an example:
application/json
*/*