GET api/WorkLink
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of LinkFullName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
ProjectId | integer |
None. |
|
ProjectName | string |
None. |
|
LinkName | string |
None. |
|
LinkAddress | string |
None. |
|
ProjectSort | integer |
None. |
|
LinkSort | integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Id": 1, "ProjectId": 2, "ProjectName": "sample string 3", "LinkName": "sample string 4", "LinkAddress": "sample string 5", "ProjectSort": 1, "LinkSort": 1 }, { "Id": 1, "ProjectId": 2, "ProjectName": "sample string 3", "LinkName": "sample string 4", "LinkAddress": "sample string 5", "ProjectSort": 1, "LinkSort": 1 } ]
text/html
Sample:
[{"Id":1,"ProjectId":2,"ProjectName":"sample string 3","LinkName":"sample string 4","LinkAddress":"sample string 5","ProjectSort":1,"LinkSort":1},{"Id":1,"ProjectId":2,"ProjectName":"sample string 3","LinkName":"sample string 4","LinkAddress":"sample string 5","ProjectSort":1,"LinkSort":1}]
application/xml, text/xml
Sample:
<ArrayOfLinkFull xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DayAPI.Models"> <LinkFull> <Id>1</Id> <LinkAddress>sample string 5</LinkAddress> <LinkName>sample string 4</LinkName> <LinkSort>1</LinkSort> <ProjectId>2</ProjectId> <ProjectName>sample string 3</ProjectName> <ProjectSort>1</ProjectSort> </LinkFull> <LinkFull> <Id>1</Id> <LinkAddress>sample string 5</LinkAddress> <LinkName>sample string 4</LinkName> <LinkSort>1</LinkSort> <ProjectId>2</ProjectId> <ProjectName>sample string 3</ProjectName> <ProjectSort>1</ProjectSort> </LinkFull> </ArrayOfLinkFull>