email required | string |
password required | string |
applicationId required | string |
{- "email": "string",
- "password": "string",
- "applicationId": "string"
}
{- "data": {
- "result": "success",
- "authenticationToken": "string",
- "refreshToken": "string",
- "account": {
- "id": "string",
- "primaryEmail": {
- "address": "string",
- "verified": true
}, - "primaryPhone": {
- "number": "string",
- "verified": true
}, - "fullName": "string",
- "defaultArchiveId": "string",
- "address": {
- "lineOne": "string",
- "lineTwo": "string",
- "city": "string",
- "state": "string",
- "zip": "string",
- "country": "string"
}, - "settings": {
- "hideChecklist": true,
- "allowSftpDeletion": true,
- "notificationsEnabled": {
- "sms": {
- "apps": {
- "confirmations": true
}, - "share": {
- "requests": true,
- "activities": true,
- "confirmations": true
}, - "account": {
- "confirmations": true,
- "recommendations": true
}, - "archive": {
- "requests": true,
- "confirmations": true
}, - "relationships": {
- "requests": true,
- "confirmations": true
}
}, - "email": {
- "apps": {
- "confirmations": true
}, - "share": {
- "requests": true,
- "activities": true,
- "confirmations": true
}, - "account": {
- "confirmations": true,
- "recommendations": true
}, - "archive": {
- "requests": true,
- "confirmations": true
}, - "relationships": {
- "requests": true,
- "confirmations": true
}
}, - "inApp": {
- "apps": {
- "confirmations": true
}, - "share": {
- "requests": true,
- "activities": true,
- "confirmations": true
}, - "account": {
- "confirmations": true,
- "recommendations": true
}, - "archive": {
- "requests": true,
- "confirmations": true
}, - "relationships": {
- "requests": true,
- "confirmations": true
}
}
}
}
}, - "twoFactorId": "string",
- "twoFactorMethods": [
- {
- "id": "string",
- "type": "sms",
- "destination": "string"
}
]
}
}
applicationId required | string |
applicationSecret required | string |
code required | string The code received from the OAuth login page |
redirectUri required | string <uri> The same redirect URI passed to the OAuth login page |
{- "applicationId": "string",
- "applicationSecret": "string",
- "code": "string",
}
{- "data": {
- "accessToken": "string",
- "refreshToken": "string"
}
}
Start two-factor authentication as part of the login process, or in order to add or delete an MFA method. Requires authentication when adding or deleting an MFA method, but not during login (since at that point the user is not yet authenticated).
twoFactorId | string Required when starting two-factor authentication as part of the login process. |
methodId | string Required when starting two-factor authentication as part of the login process, or in order to delete an MFA method. |
destination | string The "address" to which the two-factor code will be sent. This could be an email address or a phone number. Required when sending a two-factor code to a new device in order to add an MFA method |
method | string Enum: "sms" "email" Required when sending a two-factor code to a new device in order to add an MFA method |
{- "twoFactorId": "string",
- "methodId": "string",
- "destination": "string",
- "method": "sms"
}
{- "errors": [
- {
- "name": "string",
- "message": "string",
- "source": "string"
}
]
}
twoFactorId required | string |
code required | string |
{- "twoFactorId": "string",
- "code": "string"
}
{- "data": {
- "authenticationToken": "string",
- "refreshToken": "string",
- "account": {
- "id": "string",
- "primaryEmail": {
- "address": "string",
- "verified": true
}, - "primaryPhone": {
- "number": "string",
- "verified": true
}, - "fullName": "string",
- "defaultArchiveId": "string",
- "address": {
- "lineOne": "string",
- "lineTwo": "string",
- "city": "string",
- "state": "string",
- "zip": "string",
- "country": "string"
}, - "settings": {
- "hideChecklist": true,
- "allowSftpDeletion": true,
- "notificationsEnabled": {
- "sms": {
- "apps": {
- "confirmations": true
}, - "share": {
- "requests": true,
- "activities": true,
- "confirmations": true
}, - "account": {
- "confirmations": true,
- "recommendations": true
}, - "archive": {
- "requests": true,
- "confirmations": true
}, - "relationships": {
- "requests": true,
- "confirmations": true
}
}, - "email": {
- "apps": {
- "confirmations": true
}, - "share": {
- "requests": true,
- "activities": true,
- "confirmations": true
}, - "account": {
- "confirmations": true,
- "recommendations": true
}, - "archive": {
- "requests": true,
- "confirmations": true
}, - "relationships": {
- "requests": true,
- "confirmations": true
}
}, - "inApp": {
- "apps": {
- "confirmations": true
}, - "share": {
- "requests": true,
- "activities": true,
- "confirmations": true
}, - "account": {
- "confirmations": true,
- "recommendations": true
}, - "archive": {
- "requests": true,
- "confirmations": true
}, - "relationships": {
- "requests": true,
- "confirmations": true
}
}
}
}
}
}
}
refreshToken required | string |
{- "refreshToken": "string"
}
{- "errors": [
- {
- "name": "string",
- "message": "string",
- "source": "string"
}
]
}
email required | string |
password required | string |
applicationId required | string |
{- "email": "string",
- "password": "string",
- "applicationId": "string"
}
{- "data": {
- "result": "success",
- "authenticationToken": "string",
- "refreshToken": "string",
- "account": {
- "id": "string",
- "primaryEmail": {
- "address": "string",
- "verified": true
}, - "primaryPhone": {
- "number": "string",
- "verified": true
}, - "fullName": "string",
- "defaultArchiveId": "string",
- "address": {
- "lineOne": "string",
- "lineTwo": "string",
- "city": "string",
- "state": "string",
- "zip": "string",
- "country": "string"
}, - "settings": {
- "hideChecklist": true,
- "allowSftpDeletion": true,
- "notificationsEnabled": {
- "sms": {
- "apps": {
- "confirmations": true
}, - "share": {
- "requests": true,
- "activities": true,
- "confirmations": true
}, - "account": {
- "confirmations": true,
- "recommendations": true
}, - "archive": {
- "requests": true,
- "confirmations": true
}, - "relationships": {
- "requests": true,
- "confirmations": true
}
}, - "email": {
- "apps": {
- "confirmations": true
}, - "share": {
- "requests": true,
- "activities": true,
- "confirmations": true
}, - "account": {
- "confirmations": true,
- "recommendations": true
}, - "archive": {
- "requests": true,
- "confirmations": true
}, - "relationships": {
- "requests": true,
- "confirmations": true
}
}, - "inApp": {
- "apps": {
- "confirmations": true
}, - "share": {
- "requests": true,
- "activities": true,
- "confirmations": true
}, - "account": {
- "confirmations": true,
- "recommendations": true
}, - "archive": {
- "requests": true,
- "confirmations": true
}, - "relationships": {
- "requests": true,
- "confirmations": true
}
}
}
}
}, - "twoFactorId": "string",
- "twoFactorMethods": [
- {
- "id": "string",
- "type": "sms",
- "destination": "string"
}
]
}
}
applicationId required | string |
applicationSecret required | string |
code required | string The code received from the OAuth login page |
redirectUri required | string <uri> The same redirect URI passed to the OAuth login page |
{- "applicationId": "string",
- "applicationSecret": "string",
- "code": "string",
}
{- "data": {
- "accessToken": "string",
- "refreshToken": "string"
}
}
Start two-factor authentication as part of the login process, or in order to add or delete an MFA method. Requires authentication when adding or deleting an MFA method, but not during login (since at that point the user is not yet authenticated).
twoFactorId | string Required when starting two-factor authentication as part of the login process. |
methodId | string Required when starting two-factor authentication as part of the login process, or in order to delete an MFA method. |
destination | string The "address" to which the two-factor code will be sent. This could be an email address or a phone number. Required when sending a two-factor code to a new device in order to add an MFA method |
method | string Enum: "sms" "email" Required when sending a two-factor code to a new device in order to add an MFA method |
{- "twoFactorId": "string",
- "methodId": "string",
- "destination": "string",
- "method": "sms"
}
{- "errors": [
- {
- "name": "string",
- "message": "string",
- "source": "string"
}
]
}
twoFactorId required | string |
code required | string |
{- "twoFactorId": "string",
- "code": "string"
}
{- "data": {
- "authenticationToken": "string",
- "refreshToken": "string",
- "account": {
- "id": "string",
- "primaryEmail": {
- "address": "string",
- "verified": true
}, - "primaryPhone": {
- "number": "string",
- "verified": true
}, - "fullName": "string",
- "defaultArchiveId": "string",
- "address": {
- "lineOne": "string",
- "lineTwo": "string",
- "city": "string",
- "state": "string",
- "zip": "string",
- "country": "string"
}, - "settings": {
- "hideChecklist": true,
- "allowSftpDeletion": true,
- "notificationsEnabled": {
- "sms": {
- "apps": {
- "confirmations": true
}, - "share": {
- "requests": true,
- "activities": true,
- "confirmations": true
}, - "account": {
- "confirmations": true,
- "recommendations": true
}, - "archive": {
- "requests": true,
- "confirmations": true
}, - "relationships": {
- "requests": true,
- "confirmations": true
}
}, - "email": {
- "apps": {
- "confirmations": true
}, - "share": {
- "requests": true,
- "activities": true,
- "confirmations": true
}, - "account": {
- "confirmations": true,
- "recommendations": true
}, - "archive": {
- "requests": true,
- "confirmations": true
}, - "relationships": {
- "requests": true,
- "confirmations": true
}
}, - "inApp": {
- "apps": {
- "confirmations": true
}, - "share": {
- "requests": true,
- "activities": true,
- "confirmations": true
}, - "account": {
- "confirmations": true,
- "recommendations": true
}, - "archive": {
- "requests": true,
- "confirmations": true
}, - "relationships": {
- "requests": true,
- "confirmations": true
}
}
}
}
}
}
}
refreshToken required | string |
{- "refreshToken": "string"
}
{- "errors": [
- {
- "name": "string",
- "message": "string",
- "source": "string"
}
]
}
method required | string Enum: "sms" "email" |
destination required | string (mfaDestination) The "address" to which the two-factor code will be sent. This could be an email address or a phone number. |
validationCode required | string The validation code that was sent to the user via the /start-mfa endpoint. Required to verify that the user has access to the specified destination. |
{- "method": "sms",
- "destination": "string",
- "validationCode": "string"
}
{- "id": "string",
- "type": "sms",
- "destination": "string"
}
methodId required | string The ID of the MFA method to delete |
validationCode required | string The validation code that was sent to the user via the /start-mfa endpoint. Required to verify that the user has access to the specified destination. |
{- "validationCode": "string"
}
{- "items": [
- {
- "id": "string",
- "type": "sms",
- "destination": "string"
}
]
}
email required | string |
password required | string |
name required | string |
{- "email": "string",
- "password": "string",
- "name": "string"
}
{- "data": {
- "authenticationToken": "string",
- "refreshToken": "string",
- "account": {
- "id": "string",
- "primaryEmail": {
- "address": "string",
- "verified": true
}, - "primaryPhone": {
- "number": "string",
- "verified": true
}, - "fullName": "string",
- "defaultArchiveId": "string",
- "address": {
- "lineOne": "string",
- "lineTwo": "string",
- "city": "string",
- "state": "string",
- "zip": "string",
- "country": "string"
}, - "settings": {
- "hideChecklist": true,
- "allowSftpDeletion": true,
- "notificationsEnabled": {
- "sms": {
- "apps": {
- "confirmations": true
}, - "share": {
- "requests": true,
- "activities": true,
- "confirmations": true
}, - "account": {
- "confirmations": true,
- "recommendations": true
}, - "archive": {
- "requests": true,
- "confirmations": true
}, - "relationships": {
- "requests": true,
- "confirmations": true
}
}, - "email": {
- "apps": {
- "confirmations": true
}, - "share": {
- "requests": true,
- "activities": true,
- "confirmations": true
}, - "account": {
- "confirmations": true,
- "recommendations": true
}, - "archive": {
- "requests": true,
- "confirmations": true
}, - "relationships": {
- "requests": true,
- "confirmations": true
}
}, - "inApp": {
- "apps": {
- "confirmations": true
}, - "share": {
- "requests": true,
- "activities": true,
- "confirmations": true
}, - "account": {
- "confirmations": true,
- "recommendations": true
}, - "archive": {
- "requests": true,
- "confirmations": true
}, - "relationships": {
- "requests": true,
- "confirmations": true
}
}
}
}
}
}
}
redirectUris | Array of strings <uri> [ items <uri > ] |
scopes required | Array of strings (applicationScope) Items Enum: "record.create" "folder.view" "folder.create" "archive.view" "archive.create" "storage.view" |
{- "scopes": [
- "record.create"
]
}
{- "data": {
- "id": "string",
- "secret": "string",
- "scopes": [
- "string"
],
}
}
id required | string An application ID |
{- "data": {
- "id": "string",
- "secret": "string",
- "scopes": [
- "string"
],
}
}
id required | string An application ID |
scopes required | Array of strings (applicationScope) Items Enum: "record.create" "folder.view" "folder.create" "archive.view" "archive.create" "storage.view" |
redirectUris | Array of strings <uri> [ items <uri > ] |
{- "scopes": [
- "record.create"
],
}
{- "data": {
- "id": "string",
- "secret": "string",
- "scopes": [
- "string"
],
}
}
id required | string An application ID |
{- "errors": [
- {
- "name": "string",
- "message": "string",
- "source": "string"
}
]
}
email required | string |
password required | string |
{- "email": "string",
- "password": "string"
}
{- "data": {
- "authenticationToken": "string",
- "refreshToken": "string"
}
}
cursor | string The id of the notification right before the first notification you want returned. In most cases, this will be that of the last item on the previous page. |
pageSize required | integer |
{- "items": [
- {
- "id": "string",
- "recipientAccountId": "string",
- "status": "new",
- "data": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
], - "pagination": {
- "nextCursor": "string",
- "totalPages": 0
}
}
status | string Enum: "seen" "read" |
{- "status": "seen"
}
{- "data": {
- "id": "string",
- "recipientAccountId": "string",
- "status": "new",
- "data": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
}
Start two-factor authentication as part of the login process, or in order to add or delete an MFA method. Requires authentication when adding or deleting an MFA method, but not during login (since at that point the user is not yet authenticated).
twoFactorId | string Required when starting two-factor authentication as part of the login process. |
methodId | string Required when starting two-factor authentication as part of the login process, or in order to delete an MFA method. |
destination | string The "address" to which the two-factor code will be sent. This could be an email address or a phone number. Required when sending a two-factor code to a new device in order to add an MFA method |
method | string Enum: "sms" "email" Required when sending a two-factor code to a new device in order to add an MFA method |
{- "twoFactorId": "string",
- "methodId": "string",
- "destination": "string",
- "method": "sms"
}
{- "errors": [
- {
- "name": "string",
- "message": "string",
- "source": "string"
}
]
}
method required | string Enum: "sms" "email" |
destination required | string (mfaDestination) The "address" to which the two-factor code will be sent. This could be an email address or a phone number. |
validationCode required | string The validation code that was sent to the user via the /start-mfa endpoint. Required to verify that the user has access to the specified destination. |
{- "method": "sms",
- "destination": "string",
- "validationCode": "string"
}
{- "id": "string",
- "type": "sms",
- "destination": "string"
}
methodId required | string The ID of the MFA method to delete |
validationCode required | string The validation code that was sent to the user via the /start-mfa endpoint. Required to verify that the user has access to the specified destination. |
{- "validationCode": "string"
}
{- "items": [
- {
- "id": "string",
- "type": "sms",
- "destination": "string"
}
]
}
email required | string |
password required | string |
name required | string |
{- "email": "string",
- "password": "string",
- "name": "string"
}
{- "data": {
- "authenticationToken": "string",
- "refreshToken": "string",
- "account": {
- "id": "string",
- "primaryEmail": {
- "address": "string",
- "verified": true
}, - "primaryPhone": {
- "number": "string",
- "verified": true
}, - "fullName": "string",
- "defaultArchiveId": "string",
- "address": {
- "lineOne": "string",
- "lineTwo": "string",
- "city": "string",
- "state": "string",
- "zip": "string",
- "country": "string"
}, - "settings": {
- "hideChecklist": true,
- "allowSftpDeletion": true,
- "notificationsEnabled": {
- "sms": {
- "apps": {
- "confirmations": true
}, - "share": {
- "requests": true,
- "activities": true,
- "confirmations": true
}, - "account": {
- "confirmations": true,
- "recommendations": true
}, - "archive": {
- "requests": true,
- "confirmations": true
}, - "relationships": {
- "requests": true,
- "confirmations": true
}
}, - "email": {
- "apps": {
- "confirmations": true
}, - "share": {
- "requests": true,
- "activities": true,
- "confirmations": true
}, - "account": {
- "confirmations": true,
- "recommendations": true
}, - "archive": {
- "requests": true,
- "confirmations": true
}, - "relationships": {
- "requests": true,
- "confirmations": true
}
}, - "inApp": {
- "apps": {
- "confirmations": true
}, - "share": {
- "requests": true,
- "activities": true,
- "confirmations": true
}, - "account": {
- "confirmations": true,
- "recommendations": true
}, - "archive": {
- "requests": true,
- "confirmations": true
}, - "relationships": {
- "requests": true,
- "confirmations": true
}
}
}
}
}
}
}
recordIds required | Array of strings |
{- "items": [
- {
- "recordId": "string",
- "displayName": "string",
- "archiveId": "string",
- "archiveNumber": "string",
- "description": "string",
- "publicAt": "string",
- "downloadName": "string",
- "uploadFileName": "string",
- "uploadAccountId": "string",
- "uploadPayerAccountId": "string",
- "size": 0,
- "displayDate": "2019-08-24T14:15:22Z",
- "fileCreatedAt": "2019-08-24T14:15:22Z",
- "imageRatio": 0,
- "thumbUrl200": "string",
- "thumbUrl500": "string",
- "thumbUrl1000": "string",
- "thumbUrl2000": "string",
- "status": "string",
- "type": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "altText": "string",
- "location": {
- "id": "string",
- "streetNumber": "string",
- "streetName": "string",
- "locality": "string",
- "county": "string",
- "state": "string",
- "latitude": 0,
- "longitude": 0,
- "country": "string",
- "countryCode": "string",
- "displayName": "string"
}, - "files": [
- {
- "fileId": "string",
- "size": 0,
- "format": "string",
- "type": "string",
- "fileUrl": "string",
- "downloadUrl": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
], - "folderLinkId": "string",
- "folderLinkType": "string",
- "parentFolderId": "string",
- "parentFolderLinkId": "string",
- "parentFolderArchiveNumber": "string",
- "tags": [
- {
- "tagId": "string",
- "name": "string",
- "type": "string"
}
], - "archiveArchiveNumber": "string",
- "shares": [
- {
- "shareId": "string",
- "archiveId": "string",
- "accessRole": "string",
- "status": "string",
- "archive": {
- "archiveId": "string",
- "thumbUrl200": "string",
- "name": "string"
}
}
], - "archive": {
- "id": "string",
- "archiveNumber": "string",
- "name": "string"
}
}
]
}
id required | integer |
locationId | integer |
description | string |
{- "locationId": 0,
- "description": "string"
}
{- "data": {
- "recordId": "string",
- "displayName": "string",
- "archiveId": "string",
- "archiveNumber": "string",
- "description": "string",
- "publicAt": "string",
- "downloadName": "string",
- "uploadFileName": "string",
- "uploadAccountId": "string",
- "uploadPayerAccountId": "string",
- "size": 0,
- "displayDate": "2019-08-24T14:15:22Z",
- "fileCreatedAt": "2019-08-24T14:15:22Z",
- "imageRatio": 0,
- "thumbUrl200": "string",
- "thumbUrl500": "string",
- "thumbUrl1000": "string",
- "thumbUrl2000": "string",
- "status": "string",
- "type": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "altText": "string",
- "location": {
- "id": "string",
- "streetNumber": "string",
- "streetName": "string",
- "locality": "string",
- "county": "string",
- "state": "string",
- "latitude": 0,
- "longitude": 0,
- "country": "string",
- "countryCode": "string",
- "displayName": "string"
}, - "files": [
- {
- "fileId": "string",
- "size": 0,
- "format": "string",
- "type": "string",
- "fileUrl": "string",
- "downloadUrl": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
], - "folderLinkId": "string",
- "folderLinkType": "string",
- "parentFolderId": "string",
- "parentFolderLinkId": "string",
- "parentFolderArchiveNumber": "string",
- "tags": [
- {
- "tagId": "string",
- "name": "string",
- "type": "string"
}
], - "archiveArchiveNumber": "string",
- "shares": [
- {
- "shareId": "string",
- "archiveId": "string",
- "accessRole": "string",
- "status": "string",
- "archive": {
- "archiveId": "string",
- "thumbUrl200": "string",
- "name": "string"
}
}
], - "archive": {
- "id": "string",
- "archiveNumber": "string",
- "name": "string"
}
}
}
folderIds required | Array of strings |
{- "items": [
- {
- "id": "string",
- "size": 0,
- "location": {
- "id": "string",
- "streetNumber": "string",
- "streetName": "string",
- "locality": "string",
- "county": "string",
- "state": "string",
- "latitude": 0,
- "longitude": 0,
- "country": "string",
- "countryCode": "string",
- "displayName": "string"
}, - "parentFolder": {
- "id": "string"
}, - "shares": [
- {
- "id": "string",
- "accessRole": "string",
- "status": "string",
- "archive": {
- "id": "string",
- "thumbUrl200": "string",
- "name": "string"
}
}
], - "tags": [
- {
- "id": "string",
- "name": "string",
- "type": "string"
}
], - "archive": {
- "id": "string",
- "name": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "description": "string",
- "displayTimestamp": "2019-08-24T14:15:22Z",
- "displayEndTimestamp": "2019-08-24T14:15:22Z",
- "displayName": "string",
- "downloadName": "string",
- "imageRatio": 0,
- "paths": {
- "names": [
- "string"
]
}, - "publicAt": "2019-08-24T14:15:22Z",
- "sort": "date-descending",
- "thumbnailUrls": {
- "200": "string",
- "256": "string",
- "500": "string",
- "1000": "string",
- "2000": "string"
}, - "type": "app",
- "status": "ok",
- "view": "list"
}
]
}
id required | integer |
displayDate | string <date-time> |
displayEndDate | string <date-time> |
{- "displayDate": "2019-08-24T14:15:22Z",
- "displayEndDate": "2019-08-24T14:15:22Z"
}
{- "data": {
- "id": "string",
- "size": 0,
- "location": {
- "id": "string",
- "streetNumber": "string",
- "streetName": "string",
- "locality": "string",
- "county": "string",
- "state": "string",
- "latitude": 0,
- "longitude": 0,
- "country": "string",
- "countryCode": "string",
- "displayName": "string"
}, - "parentFolder": {
- "id": "string"
}, - "shares": [
- {
- "id": "string",
- "accessRole": "string",
- "status": "string",
- "archive": {
- "id": "string",
- "thumbUrl200": "string",
- "name": "string"
}
}
], - "tags": [
- {
- "id": "string",
- "name": "string",
- "type": "string"
}
], - "archive": {
- "id": "string",
- "name": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "description": "string",
- "displayTimestamp": "2019-08-24T14:15:22Z",
- "displayEndTimestamp": "2019-08-24T14:15:22Z",
- "displayName": "string",
- "downloadName": "string",
- "imageRatio": 0,
- "paths": {
- "names": [
- "string"
]
}, - "publicAt": "2019-08-24T14:15:22Z",
- "sort": "date-descending",
- "thumbnailUrls": {
- "200": "string",
- "256": "string",
- "500": "string",
- "1000": "string",
- "2000": "string"
}, - "type": "app",
- "status": "ok",
- "view": "list"
}
}
id required | string |
cursor | string The folderLinkId of the item right before the first item you want returned. In most cases, this will be that of the last item on the previous page. |
pageSize required | integer |
{- "items": [
- {
- "id": "string",
- "size": 0,
- "location": {
- "id": "string",
- "streetNumber": "string",
- "streetName": "string",
- "locality": "string",
- "county": "string",
- "state": "string",
- "latitude": 0,
- "longitude": 0,
- "country": "string",
- "countryCode": "string",
- "displayName": "string"
}, - "parentFolder": {
- "id": "string"
}, - "shares": [
- {
- "id": "string",
- "accessRole": "string",
- "status": "string",
- "archive": {
- "id": "string",
- "thumbUrl200": "string",
- "name": "string"
}
}
], - "tags": [
- {
- "id": "string",
- "name": "string",
- "type": "string"
}
], - "archive": {
- "id": "string",
- "name": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "description": "string",
- "displayTimestamp": "2019-08-24T14:15:22Z",
- "displayEndTimestamp": "2019-08-24T14:15:22Z",
- "displayName": "string",
- "downloadName": "string",
- "imageRatio": 0,
- "paths": {
- "names": [
- "string"
]
}, - "publicAt": "2019-08-24T14:15:22Z",
- "sort": "date-descending",
- "thumbnailUrls": {
- "200": "string",
- "256": "string",
- "500": "string",
- "1000": "string",
- "2000": "string"
}, - "type": "app",
- "status": "ok",
- "view": "list"
}
], - "pagination": {
- "nextCursor": "string",
- "totalPages": 0
}
}
redirectUris | Array of strings <uri> [ items <uri > ] |
scopes required | Array of strings (applicationScope) Items Enum: "record.create" "folder.view" "folder.create" "archive.view" "archive.create" "storage.view" |
{- "scopes": [
- "record.create"
]
}
{- "data": {
- "id": "string",
- "secret": "string",
- "scopes": [
- "string"
],
}
}
id required | string An application ID |
{- "data": {
- "id": "string",
- "secret": "string",
- "scopes": [
- "string"
],
}
}
id required | string An application ID |
scopes required | Array of strings (applicationScope) Items Enum: "record.create" "folder.view" "folder.create" "archive.view" "archive.create" "storage.view" |
redirectUris | Array of strings <uri> [ items <uri > ] |
{- "scopes": [
- "record.create"
],
}
{- "data": {
- "id": "string",
- "secret": "string",
- "scopes": [
- "string"
],
}
}
id required | string An application ID |
{- "errors": [
- {
- "name": "string",
- "message": "string",
- "source": "string"
}
]
}
email required | string |
password required | string |
{- "email": "string",
- "password": "string"
}
{- "data": {
- "authenticationToken": "string",
- "refreshToken": "string"
}
}
cursor | string The id of the notification right before the first notification you want returned. In most cases, this will be that of the last item on the previous page. |
pageSize required | integer |
{- "items": [
- {
- "id": "string",
- "recipientAccountId": "string",
- "status": "new",
- "data": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
], - "pagination": {
- "nextCursor": "string",
- "totalPages": 0
}
}
status | string Enum: "seen" "read" |
{- "status": "seen"
}
{- "data": {
- "id": "string",
- "recipientAccountId": "string",
- "status": "new",
- "data": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
}
{- "items": [
- {
- "id": "string",
- "name": "string",
- "description": "string",
- "globallyEnabled": true,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
]
}
name required | string |
description | string |
{- "name": "string",
- "description": "string"
}
{- "data": {
- "id": "string",
- "name": "string",
- "description": "string",
- "globallyEnabled": true,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
}
id required | string <uuid> |
description | string |
globallyEnabled required | boolean |
{- "description": "string",
- "globallyEnabled": true
}
{- "data": {
- "id": "string",
- "name": "string",
- "description": "string",
- "globallyEnabled": true,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
}