Gets the folders in the specified folder group.
Scope | documents Deprecated scope name: get_documents_folders |
App Type | Agency |
Authorization Type | Access token |
URI | /v4/settings/documents/folders/{groupId}?isActive={isActive}&lang={lang} |
HTTP Method | GET |
Automation Version(s) | 7.3.3 |
Field or Parameter | Type | Required | Values | Description | Automation Version |
---|---|---|---|---|---|
groupId | string | Yes | Get All Time Accounting Groups | ID of the time accounting group. | 7.3.2 |
isActive | string | Yes | Y | N | Indicates whether or not the item is active and available for use. | 7.3.3 |
lang | String | No | � | Indicates the language applied. | 7.3.2 |
Field | Type | Description | Automation Version |
---|---|---|---|
result[] | result{} | � | 7.3.3 |
result.description | result.description{} | The description of the setting. For example, the document folder description. | 7.3.3 |
result.groupId | string | The id of the group. | 7.3.3 |
result.groupName | string | The name of the group. | 7.3.3 |
result.id | string | The id of the setting. For example, the document folder id. | 7.3.3 |
result.isActive | string | Indicates whether or not the value is active and available for use. | 7.3.3 |
result.order | long | The display order of the value. | 7.3.3 |
result.text | string | The localized display text. | 7.3.3 |
result.value | string | The value for the specified parameter. | 7.3.3 |
status | integer | The record status. | 7.3.3 |