...
Code Block |
---|
GET /v1/domain?limit=1&offset=5&language=fr&calculateTotal=true&countPropertyName=?iri |
Query Parameters:
limit: Specifies the number of records to return.
offset: Specifies the starting point for fetching records.
language: Specifies the language of the returned data (e.g.,
fr
for French).calculateTotal: Set to
true
to include the total number of records in the response (default:false
).countPropertyName: Defines the property based on which the count is calculated (default:
*
).Any additional parameters can be passed in the format
name=value
, as demonstrated withlanguage=fr
.
3. Update an Instance (PUT /v1/domain)
...