GET document/web/meta/{id}
Gets web document meta.
Request Information
URI
https://mtm-api.xaitcpq.net/document/web/meta/{id}
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
The identifier. |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
The web document meta.
WebDocumentMeta| Name | Description | Type | Additional information |
|---|---|---|---|
| QuoteId | globally unique identifier |
None. |
|
| Locked | boolean |
None. |
|
| Name | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"QuoteId": "daf2e4e3-cad9-46e9-8d11-d3642e5a1430",
"Locked": true,
"Name": "sample string 3"
}
text/html
Sample:
{"QuoteId":"daf2e4e3-cad9-46e9-8d11-d3642e5a1430","Locked":true,"Name":"sample string 3"}
application/xml, text/xml
Sample:
<WebDocumentMeta xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Shared.Models.DataModels"> <Locked>true</Locked> <Name>sample string 3</Name> <QuoteId>daf2e4e3-cad9-46e9-8d11-d3642e5a1430</QuoteId> </WebDocumentMeta>