Show a list of all fields for specific item_type
GET
/fieldsGet a JSON representation of fields for specific item type
Request
Query Params
item_type
required
The item type of fields to be displayed, go to the application to see witch item types are available
page
optional
The page of results to view.
limit
optional
The amount of results per page.
Responses
OK(200)
Parameter Error(422)
Server Error(500)
HTTP Code: 200
Content Type : JSONapplication/json
successful operation
Data Schema
object {0}
Example
{}
Last modified: 15 days ago