GET api2/featured_projects.json
Get FeaturedProjects
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
FeaturedProjects
api_root_listName | Description | Type | Additional information |
---|---|---|---|
entries | Collection of FeaturedProjects |
None. |
|
total | integer |
None. |
|
items | integer |
None. |
|
page | integer |
None. |
|
pages | integer |
None. |
|
sortOrder | string |
None. |
|
sordDirection | string |
None. |
|
eChart | string |
None. |
|
jsonTable | string |
None. |
Response Format
{ "entries": [ { "id": 1, "project_id": 1, "company_id": 1 }, { "id": 1, "project_id": 1, "company_id": 1 } ], "total": 1, "items": 1, "page": 1, "pages": 1, "sortOrder": "sample string 1", "sordDirection": "sample string 2", "eChart": "sample string 3", "jsonTable": "sample string 4" }