POST api/WorkSpace/GetPubWorkspaceMetaData
Get metadata without authorize
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| api-version |
The requested API version |
string |
Default value is 1.0 |
Body Parameters
EntityIDent=0 is FORCEDED constant. Available query parameters DataRowID,PropName: ie. DataRowID="MyText_query",PropName="SubDomainInfo"
PubMetaReqModel| Name | Description | Type | Additional information |
|---|---|---|---|
| DataRowID | string |
Required Max length: 50 String length: inclusive between 0 and 50 |
|
| PropName | string |
Required Max length: 20 String length: inclusive between 0 and 20 |
Request Formats
application/json, text/json
Sample:
{
"DataRowID": "sample string 1",
"PropName": "sample string 2"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of PubMetaResModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ValType | string |
Max length: 20 String length: inclusive between 0 and 20 |
|
| Value | string |
None. |
|
| IDCust | integer |
None. |
|
| ExtValues | Dictionary of string [key] and string [value] |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ValType": "sample string 1",
"Value": "sample string 2",
"IDCust": 1,
"ExtValues": {
"sample string 1": "sample string 2",
"sample string 3": "sample string 4"
}
},
{
"ValType": "sample string 1",
"Value": "sample string 2",
"IDCust": 1,
"ExtValues": {
"sample string 1": "sample string 2",
"sample string 3": "sample string 4"
}
}
]