GET api/Getso?proid={proid}&ctrtmid={ctrtmid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| proid | integer |
Required |
|
| ctrtmid | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of SOVIEWGET| Name | Description | Type | Additional information |
|---|---|---|---|
| PROID | integer |
None. |
|
| CTRTMID | integer |
None. |
|
| SONO | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"PROID": 1,
"CTRTMID": 2,
"SONO": "sample string 3"
},
{
"PROID": 1,
"CTRTMID": 2,
"SONO": "sample string 3"
}
]