GET /api/templates/:template_id/foreign_input_sets
Fremde Eingabesätze auflisten

Parameter

Parametername Beschreibung
template_id
verpflichtend

Validations:

  • Must be an identifier, string from 1 to 128 characters containing only alphanumeric characters, space, underscore(_), hypen(-) with no leading or trailing space.

search
optional

Ergebnisse filtern

Validations:

  • Must be String

order
optional

Ergebnisse sortieren

Validations:

  • Must be String

page
optional

Ergebnisse nummerieren

Validations:

  • Must be String

per_page
optional

Anzahl der Einträge pro Anfrage

Validations:

  • Must be String


GET /api/templates/:template_id/foreign_input_sets/:id
Details fremder Eingabesätze anzeigen

Parameter

Parametername Beschreibung
template_id
verpflichtend

Validations:

  • Must be an identifier, string from 1 to 128 characters containing only alphanumeric characters, space, underscore(_), hypen(-) with no leading or trailing space.

id
verpflichtend

Validations:

  • Must be an identifier, string from 1 to 128 characters containing only alphanumeric characters, space, underscore(_), hypen(-) with no leading or trailing space.


POST /api/templates/:template_id/foreign_input_sets
Fremden Eingabesatz erstellen

Parameter

Parametername Beschreibung
template_id
verpflichtend

Validations:

  • Must be an identifier, string from 1 to 128 characters containing only alphanumeric characters, space, underscore(_), hypen(-) with no leading or trailing space.

foreign_input_set
verpflichtend

Validations:

  • Must be a Hash

foreign_input_set[target_template_id]
verpflichtend

Zielvorlagenkennung

Validations:

  • Must be an identifier, string from 1 to 128 characters containing only alphanumeric characters, space, underscore(_), hypen(-) with no leading or trailing space.

foreign_input_set[include_all]
optional , nil erlaubt

Include all inputs form the foreign template

Validations:

  • Must be 'true' or 'false' or '1' or '0'

foreign_input_set[include]
optional , nil erlaubt

A comma separated list of input names to be included from the foreign template.

Validations:

  • Must be String

foreign_input_set[exclude]
optional , nil erlaubt

A comma separated list of input names to be included from the foreign template.

Validations:

  • Must be String

foreign_input_set[description]
optional , nil erlaubt

Eingabesatzbeschreibung

Validations:

  • Must be String


DELETE /api/templates/:template_id/foreign_input_sets/:id
Fremden Eingabesatz löschen

Parameter

Parametername Beschreibung
template_id
verpflichtend

Validations:

  • Must be an identifier, string from 1 to 128 characters containing only alphanumeric characters, space, underscore(_), hypen(-) with no leading or trailing space.

id
verpflichtend

Validations:

  • Must be an identifier, string from 1 to 128 characters containing only alphanumeric characters, space, underscore(_), hypen(-) with no leading or trailing space.


PUT /api/templates/:template_id/foreign_input_sets/:id
Fremden Eingabesatz aktualisieren

Parameter

Parametername Beschreibung
template_id
verpflichtend

Validations:

  • Must be an identifier, string from 1 to 128 characters containing only alphanumeric characters, space, underscore(_), hypen(-) with no leading or trailing space.

id
verpflichtend

Validations:

  • Must be an identifier, string from 1 to 128 characters containing only alphanumeric characters, space, underscore(_), hypen(-) with no leading or trailing space.

foreign_input_set
verpflichtend

Validations:

  • Must be a Hash

foreign_input_set[target_template_id]
optional

Zielvorlagenkennung

Validations:

  • Must be an identifier, string from 1 to 128 characters containing only alphanumeric characters, space, underscore(_), hypen(-) with no leading or trailing space.

foreign_input_set[include_all]
optional , nil erlaubt

Include all inputs form the foreign template

Validations:

  • Must be 'true' or 'false' or '1' or '0'

foreign_input_set[include]
optional , nil erlaubt

A comma separated list of input names to be included from the foreign template.

Validations:

  • Must be String

foreign_input_set[exclude]
optional , nil erlaubt

A comma separated list of input names to be included from the foreign template.

Validations:

  • Must be String

foreign_input_set[description]
optional , nil erlaubt

Eingabesatzbeschreibung

Validations:

  • Must be String