GET v1/Owners/{ownerId}/TaskData/{catalogId}/{hierachyCode}?searchTerm={searchTerm}
Get the url that return actual task data
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
ownerId |
Owner Id |
string |
Required |
catalogId |
Catalog Id |
string |
Required |
hierachyCode |
The level nodes contained within the parent node |
string |
Required |
searchTerm |
SearchTerm |
string |
None. |
Body Parameters
None.
Response Information
Resource Description
IHttpActionResult
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.