Fixed-natures
List fixed natures
Retrieve all existing fixed natures
GET
Headers
API key. Value must be formatted like so: lucca application={api_key}
.
Query Parameters
Only return fixed natures linked to the specified establishments.
For paging. Number of items per page.
Two strategy might be used:
- Continuation token paging
- Offset limit paging
This parameters syntax is consistent among every Lucca application, and its BNF grammar is defined as follow.
<sort> ::= '-|+'? <property> ( ',' <property> )*
<property> ::= <strictString> ( '.' <strictString> )*
<strictString> ::= ( <char> | <digit> | '_' | '-' )+
Properties that make sense on the collection level
Available options:
next
, prev
, count
Was this page helpful?