Operations addressed under /items — 7 operations.
get-item-by-path
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route declares its response as ItemDto.
| Field | Declared type | Nullable |
|---|---|---|
Id | string | no |
FileName | string | no |
ContentType | string | no |
DateModified | DateTime | no |
DateCreated | DateTime | no |
HasChild | bool | no |
FileType | int | no |
Size | int | no |
ChildItems | List<ItemDto> (collection) | no |
Member names are the service's declaration names.
query Parameters
pathget-item-by-path › Responses
Success. The catalog declares this returns a single record. Of 25 operations in this state with a probeable route, 8 answered and 6 returned a single record — the other two returned a collection and a bare boolean.
contentTypedateCreateddateModifiedfileNamefileTypehasChildsizecreate-item
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
create-item › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT. The response type this route registers was read from the service's own source and is published on this operation as x-aura-code-response.
delete-item
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_DMS_6 | 400 | FOLDER_HAS_CHILDREN | Folder has children. |
query Parameters
pathdelete-item › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT. The response type this route registers was read from the service's own source and is published on this operation as x-aura-code-response.
rename-item-name-by-path
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
rename-item-name-by-path › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT. The response type this route registers was read from the service's own source and is published on this operation as x-aura-code-response.
is-item-exists-by-id
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route returns bool, a scalar rather than an object. There is no field tree below because there are no fields: the body is the JSON literal true or false. This is a complete answer read from the declaration, not a gap.
path Parameters
idis-item-exists-by-id › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT. The response type this route registers was read from the service's own source and is published on this operation as x-aura-code-response.
update-item-properties
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
path Parameters
idupdate-item-properties › Request Body
createdBydescriptionnameupdate-item-properties › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT. The response type this route registers was read from the service's own source and is published on this operation as x-aura-code-response.
rename-item-by-id
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
path Parameters
idrename-item-by-id › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT. The response type this route registers was read from the service's own source and is published on this operation as x-aura-code-response.