Newer
Older
web-services / mapping-tools / v1 / halAuthorId / idRef / json.ini
# OpenAPI Documentation - JSON format (dot notation)
mimeType = application/json

post.operationId = post-v1-halauthorid-idref-json
post.description = Retrouve l identifiant idRef correspondant à l identifiant halAuthorId envoyé.
post.responses.default.description = Renvoie un JSON, composé d `id`, `value`, avec `value` étant un idRef.
post.responses.default.content.application/json.schema.$ref = #/components/schemas/IdIdRefs
post.tags.0: mapping
post.summary: Trouve l idRef associé à un halAuthorId.
post.requestBody.required = true
post.requestBody.content.application/json.schema.$ref = #/components/schemas/IdHalAuthorIds

[use]
plugin = basics
plugin = analytics

[JSONParse]
[combine]
path = value
default = n/a
primer = ./halAuthorId_idRef.tsv
file = ./tsv2json.ini
persistent = true

[assign]
path = value
value = get("value.value")

[JSONString]
indent = env('indent', true)