DownloadDocumentAttachments
GEThttp://developer.gosocket.net/File/DownloadDocumentAttachments
DownloadDocumentAttachments
Request
Query Parameters
GlobalDocumentId uuidrequired
Responses
- 200
OK
- application/json
- text/json
- application/xml
- text/xml
- Schema
- Example (from schema)
Schema
- Array [
- ]
Name stringrequired
Description stringrequired
Base64Content byterequired
Timestamp date-timerequired
Type stringrequired
[
{
"Name": "string",
"Description": "string",
"Base64Content": "string",
"Timestamp": "2024-04-02T21:01:32.398Z",
"Type": "string"
}
]
- Schema
- Example (from schema)
Schema
- Array [
- ]
Name stringrequired
Description stringrequired
Base64Content byterequired
Timestamp date-timerequired
Type stringrequired
[
{
"Name": "string",
"Description": "string",
"Base64Content": "string",
"Timestamp": "2024-04-02T21:01:32.399Z",
"Type": "string"
}
]
- Schema
- Example (from schema)
Schema
- Array [
- ]
Name stringrequired
Description stringrequired
Base64Content byterequired
Timestamp date-timerequired
Type stringrequired
<0>
<Name>string</Name>
<Description>string</Description>
<Base64Content>string</Base64Content>
<Timestamp>2024-04-02T21:01:32.399Z</Timestamp>
<Type>string</Type>
</0>
- Schema
- Example (from schema)
Schema
- Array [
- ]
Name stringrequired
Description stringrequired
Base64Content byterequired
Timestamp date-timerequired
Type stringrequired
<0>
<Name>string</Name>
<Description>string</Description>
<Base64Content>string</Base64Content>
<Timestamp>2024-04-02T21:01:32.399Z</Timestamp>
<Type>string</Type>
</0>
Authorization: http
name: basictype: httpdescription: Basic HTTP Authenticationscheme: basic
- curl
- python
- go
- nodejs
- ruby
- csharp
- php
- java
- powershell
- CURL
curl -L -X GET 'http://developer.gosocket.net/File/DownloadDocumentAttachments' \
-H 'Accept: application/json'
ResponseClear