Reference : JSON REST API reference : Attributes : GET method
  
GET method
Use the GET method to retrieve the attribute details. For example:
URL: https://fpserver.com:9443/fp/resources/workspaces/2/modules/1/elements/15/attributes/220.json
Accept header: application/json
Response body:
{"List_Text_-_Classic":{"textList":[{"createdDate":"2021-11-23T17:23:38+05:30","textValue":"Test","formattedTextValue":"Test","author":{"title":"Admin[Sachu]"},"link":"https://fpserver.com:9443/fp/resources/workspaces/116/modules/13/elements/114/attributes/284/entries/1637668418879","id":"1637668418879","lastChangedBy":{"title":"Admin[Sachu]"},"lastChangedDate":"2021-11-23T17:23:38+05:30","xhtmlTextValue":"<div>Test</div>"},{"createdDate":"2021-11-23T17:23:57+05:30","textValue":"Test In progress","formattedTextValue":"Test In progress","author":{"title":"Admin[Sachu]"},"link":"https://fpserver.com:9443/fp/resources/workspaces/116/modules/13/elements/114/attributes/284/entries/1637668437270","id":"1637668437270","lastChangedBy":{"title":"Admin[Sachu]"},"lastChangedDate":"2021-11-23T17:23:57+05:30","xhtmlTextValue":"<div>Test In progress</div>"},{"createdDate":"2021-11-23T17:24:07+05:30","textValue":"Test Compeleted","formattedTextValue":"<P>Test Compeleted<BR></P>","author":{"title":"Admin[Sachu]"},"link":"https://fpserver.com:9443/fp/resources/workspaces/116/modules/13/elements/114/attributes/284/entries/1637668447669","id":"1637668447669","lastChangedBy":{"title":"Admin[Sachu]"},"lastChangedDate":"2021-11-23T17:24:07+05:30","xhtmlTextValue":"<div><p>Test Compeleted\n</p></div>"}],"alias":"9a716201-f162-4621-8895-590215a95181","id":"284","type":"List","editLink":"https://fpserver.com:9443/fp/resources/workspaces/116/modules/13/elements/114/attributes/284","writable":"true"}}
Supported parameters for the GET method
The following parameters can be used with the GET method:
view
Use this parameter to specify the view ID for retrieving the attributes that are in the view.
filter
This must be used with the view parameter. Use this parameter to pass the filter ID for retrieving attributes based on the filter criteria.
Type: Integer
For example, view=14&filter=1.
includeHistoryOfAttribute, start, end
Set the includeHistoryOfAttribute parameter to true and specify the start and the end dates to retrieve the history of the attributes. The following formats are supported.
yyyy-MM-dd'T'HH:mm:ss
yyyy-MM-dd'T'HH:mm
yyyy-MM-dd
yyyy-MM-dd HH:mm:ss
yyyy-MM-dd HH:mm
Types: includeHistoryOfAttributes: Boolean, start: Date or Date Time, end: Date or Date time
For example:
includeHistoryOfAttributes=true&start=2011-03-22T12:00:00+01:00&end=2011-06- 22T12:00:00+01:00
includeHistoryOfAttributes=true&start=2011-03-22T12:00+GMT+01:00&end=2011-06-22T12:00+GMT+01:00
genericTimeGrid
Set the parameter to true for retrieving the time grid attribute sheets in a generic format. This can be used for reporting using Rational Insight.
Type: Boolean
Go up to
Attributes