GET api/TablesManagement/TablesForPatternsConnection?pPatternType={pPatternType}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| pPatternType | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
TablesForPatternsConnection| Name | Description | Type | Additional information |
|---|---|---|---|
| Opers | Collection of Object |
None. |
|
| Doctors | Collection of Object |
None. |
|
| Diareies | Collection of Object |
None. |
|
| Insurers | Collection of Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"Opers": [
{},
{}
],
"Doctors": [
{},
{}
],
"Diareies": [
{},
{}
],
"Insurers": [
{},
{}
]
}
application/xml
Sample:
text/xml
Sample:
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.