v3
latestSwagger 2.02026-08-067506752.0 MBfile
Upload a new file
post/v1/org/{orgId}/file
Path parameters
orgIdstring required
Org identifier (either id or slug)
Query parameters
entityIdstring
entity id (if not passed, defaults to user id, not used if entity type is ORG)
entityTypestring
entity type (if not passed, defaults to user)
fieldIdstring
field id - can leave blank for a general upload
sensitivestring
file sensitivity level - defaults to PERSONAL
uploadPersonIdstring
ID of the person who originally uploaded the file, only settable by apps
uploadAtstring
Date when the file was originally uploaded, only settable by apps
Response
File created
Example response
{
"id": "588f7ee98f138b19220041a7",
"orgId": "588f7ee98f138b19220041a7",
"entityId": "588f7ee98f138b19220041a7",
"fieldId": "offerLetter",
"templateId": "588f7ee98f138b19220041a7",
"formResponseId": "588f7ee98f138b19220041a7",
"signerUserIds": [
"588f7ee98f138b19220041a7"
],
"sensitive": "PERSONAL",
"filename": "Offer Letter - Bob Smith.pdf",
"originalFilename": "BOB-SMITH.pdf",
"type": "application/pdf",
"ext": "pdf",
"createId": "588f7ee98f138b19220041a7",
"createBehalfId": "588f7ee98f138b19220041a7",
"createAttribution": {
"principalUserId": "588f7ee98f138b19220041a7",
"agentUserIds": [
"588f7ee98f138b19220041a7"
],
"eventId": "588f7ee98f138b19220041a7",
"aiChatId": "588f7ee98f138b19220041a7"
},
"createAt": "2017-01-24T13:57:52Z",
"updateId": "588f7ee98f138b19220041a7",
"updateBehalfId": "588f7ee98f138b19220041a7",
"updateAttribution": {
"principalUserId": "588f7ee98f138b19220041a7",
"agentUserIds": [
"588f7ee98f138b19220041a7"
],
"eventId": "588f7ee98f138b19220041a7",
"aiChatId": "588f7ee98f138b19220041a7"
},
"updateAt": "2017-01-24T13:57:52Z",
"deleteId": "588f7ee98f138b19220041a7",
"deleteBehalfId": "588f7ee98f138b19220041a7",
"deleteAttribution": {
"principalUserId": "588f7ee98f138b19220041a7",
"agentUserIds": [
"588f7ee98f138b19220041a7"
],
"eventId": "588f7ee98f138b19220041a7",
"aiChatId": "588f7ee98f138b19220041a7"
},
"deleteAt": "2017-01-24T13:57:52Z",
"uploadPersonId": "588f7ee98f138b19220041a7"
}