GET ObjectAssociation?from_for_guid={from_for_guid}&appid={appid}&sg={sg}&hash={hash}&token={token}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| from_for_guid | string |
Required |
|
| appid | string |
Required |
|
| sg | string |
Required |
|
| hash | string |
Required |
|
| token | string |
Required |
Body Parameters
None.
Response Information
Resource Description
BaseGridOfObjectAssociation| Name | Description | Type | Additional information |
|---|---|---|---|
| page | integer |
None. |
|
| records | integer |
None. |
|
| total | integer |
None. |
|
| the_list | Collection of ObjectAssociation |
None. |
Response Formats
application/json, text/json
Sample:
{
"page": 1,
"records": 2,
"total": 3,
"the_list": [
null,
{
"appid": "sample string 1",
"association_type": "sample string 2",
"from_object_for_guid": "sample string 3",
"from_object_for_guid_type": "sample string 4",
"to_object_for_guid": "sample string 5",
"to_object_for_guid_type": "sample string 6",
"as_of_date": "2026-05-11T05:38:41.4033672+00:00",
"end_date": "2026-05-11T05:38:41.4033672+00:00",
"notes": "sample string 7",
"guid": "000000000000000000000000",
"guid_datetime": "1970-01-01T00:00:00Z"
}
]
}
application/xml, text/xml
Sample:
<BaseGridOfObjectAssociationXD55xrjw xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/productious_models">
<page>1</page>
<records>2</records>
<the_list>
<ObjectAssociation i:nil="true" />
<ObjectAssociation>
<guid>000000000000000000000000</guid>
<id xmlns:d4p1="http://schemas.datacontract.org/2004/07/MongoDB.Bson">
<d4p1:_a>0</d4p1:_a>
<d4p1:_b>0</d4p1:_b>
<d4p1:_c>0</d4p1:_c>
</id>
<appid>sample string 1</appid>
<as_of_date>2026-05-11T05:38:41.4033672+00:00</as_of_date>
<association_type>sample string 2</association_type>
<end_date>2026-05-11T05:38:41.4033672+00:00</end_date>
<from_object_for_guid>sample string 3</from_object_for_guid>
<from_object_for_guid_type>sample string 4</from_object_for_guid_type>
<notes>sample string 7</notes>
<to_object_for_guid>sample string 5</to_object_for_guid>
<to_object_for_guid_type>sample string 6</to_object_for_guid_type>
</ObjectAssociation>
</the_list>
<total>3</total>
</BaseGridOfObjectAssociationXD55xrjw>