POST api/Document/GetDocumentInformationBasedOnURL
Request Information
URI Parameters
None.
Body Parameters
DocumentModel| Name | Description | Type | Additional information |
|---|---|---|---|
| userName | string |
Required Data type: Text Matching regular expression pattern: ^([a-zA-Z0-9\.\&\'\-]+)$ String length: inclusive between 3 and 100 |
|
| category | string |
Required Data type: Text String length: inclusive between 3 and 100 |
|
| documentId | string |
Data type: Text String length: inclusive between 1 and 100 |
|
| documentURL | string |
Data type: Text String length: inclusive between 1 and 100 |
Request Formats
application/json, text/json
Sample:
{
"userName": "sample string 1",
"category": "sample string 2",
"documentId": "sample string 3",
"documentURL": "sample string 4"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Dictionary of string [key] and Object [value]Response Formats
application/json, text/json
Sample:
{
"sample string 1": {},
"sample string 3": {}
}