POST api/Relation/GetRelationsByEntity
Get Relations for Entity
Request Information
URI Parameters
None.
Body Parameters
WorkPoint365.WebAPI.Model.RelationParameter| Name | Description | Type | Additional information |
|---|---|---|---|
| ListID |
Gets or sets the list identifier. |
string |
None. |
| ItemID |
Gets or sets the item identifier. |
integer |
None. |
| RelationTypeIDs |
Gets or sets the relation type i ds. |
Collection of integer |
None. |
| RelationIDs |
Gets or sets the relation ids. |
Collection of integer |
None. |
| ShowAll |
Gets or sets a value indicating whether [show all]. |
boolean |
None. |
| ResponsibleUserId |
Gets or sets the responsible user identifier. |
integer |
None. |
| LCID |
Specifies the language to be used for the relation text |
integer |
None. |
Request Formats
application/json, text/json
Sample:
Sample not available.
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.