GET api/v2/rflow/objectlinks/installations/create/search
CreateObjectRflowInstallationLink
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ObjectId | universally unique identifier |
Required |
|
| Number | StringExpressionQueryFilterList |
None. |
|
| Name | StringExpressionQueryFilterList |
None. |
|
| Street | StringExpressionQueryFilterList |
None. |
|
| StreetNumber | StringExpressionQueryFilterList |
None. |
|
| PostalCode | StringExpressionQueryFilterList |
None. |
|
| Locality | StringExpressionQueryFilterList |
None. |
|
| CountryName | StringExpressionQueryFilterList |
None. |
|
| Skip | integer (32 bits) |
Required Range: inclusive between 0 and 2147483647 |
|
| Take | integer (32 bits) |
Required Range: inclusive between 0 and 100 |
Body Parameters
None.
Response Information
Resource Description
CreateObjectRflowInstallationLinkQueryResult
CreateObjectRflowInstallationLinkQueryResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Installations | Collection of CreateObjectRflowInstallationLinkQueryResultInstallation |
Required |
|
| Count | integer (32 bits) |
Required |
Response Formats
application/json
Sample:
{
"Installations": [
{
"RflowInstallationId": "00000000-0000-0000-0000-000000000000",
"Owner": {
"RflowCompanyId": "00000000-0000-0000-0000-000000000000",
"Name": "sample string 1",
"Street": "sample string 2",
"StreetNumber": "sample string 3",
"PostalCode": "sample string 4",
"Locality": "sample string 5",
"CountryName": "sample string 6"
},
"Number": "sample string 1",
"Kind": "None",
"RefigerantName": "sample string 2"
},
{
"RflowInstallationId": "00000000-0000-0000-0000-000000000000",
"Owner": {
"RflowCompanyId": "00000000-0000-0000-0000-000000000000",
"Name": "sample string 1",
"Street": "sample string 2",
"StreetNumber": "sample string 3",
"PostalCode": "sample string 4",
"Locality": "sample string 5",
"CountryName": "sample string 6"
},
"Number": "sample string 1",
"Kind": "None",
"RefigerantName": "sample string 2"
}
],
"Count": 1
}