Administrator
- Administrator
- All Products
/public/core/v3/folders
/public/core/v3/projects/<project ID>/folders
/public/core/v3/projects/name/<project name>/folders
Field
| Type
| Required
| Description
|
---|---|---|---|
name
| String
| Yes
| Name of the folder.
|
description
| String
| -
| Description of the folder .
|
Field
| Type
| Description
|
---|---|---|
id
| String
| Folder ID.
|
name
| String
| Folder name.
|
description
| String
| Folder description.
|
updatedBy
| String
| User who created the folder.
|
updateTime
| String
| Date and time the folder was created.
|
POST <baseApiUrl>/public/core/v3/projects/name/Orders/folders Content-Type: application/json Accept: application/json INFA-SESSION-ID: <sessionId> { "name":"Northwest Orders", "description": "Orders from northwest offices" }
{ "id": "kTrYZ8fInr1Uw3ugQbOuWe", "name": "Northwest Orders", "description": "Orders from northwest offices", "updatedBy": "scotty@infa.com", "updateTime": "2022-04-13T18:20:40.325Z" }