GET lineItems/{lineItemId}/getCp3TaskStatusforHyperLink/{fileId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| lineItemId | integer |
Required |
|
| fileId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of Cp3TaskStatusHyperLinkAttachmentDto| Name | Description | Type | Additional information |
|---|---|---|---|
| TaskName | string |
None. |
|
| Cp3TaskStatus | string |
None. |
Response Information
Response body formats
application/json, text/json
Sample:
[
{
"TaskName": "sample string 1",
"Cp3TaskStatus": "sample string 2"
},
{
"TaskName": "sample string 1",
"Cp3TaskStatus": "sample string 2"
}
]