GET /api/templates/:template_id/foreign_input_sets
Fremdeingabe-Sätze auflisten

Parameter

Parametername Beschreibung
location_id
optional

Scope nach Standorten

Validations:

  • Must be a Integer

organization_id
optional

Scope nach Organisationen

Validations:

  • Must be a Integer

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 a String

order
optional

Feld und Reihenfolge sortieren, z.B. 'id DESC'

Validations:

  • Must be a String

page
optional

Page number, starting at 1

Validations:

  • Must be a number.

per_page
optional

Number of results per page to return

Validations:

  • Must be a number.


GET /api/templates/:template_id/foreign_input_sets/:id
Details zu Fremdeingabe-Satz anzeigen

Parameter

Parametername Beschreibung
location_id
optional

Scope nach Standorten

Validations:

  • Must be a Integer

organization_id
optional

Scope nach Organisationen

Validations:

  • Must be a Integer

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
Fremdeingabe-Satz erstellen

Parameter

Parametername Beschreibung
location_id
optional

Scope nach Standorten

Validations:

  • Must be a Integer

organization_id
optional

Scope nach Organisationen

Validations:

  • Must be a Integer

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

Zielvorlage-ID

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

Alle Eingaben aus Fremdvorlage einschließen

Validations:

  • Must be one of: true, false, 1, 0.

foreign_input_set[include]
optional , nil erlaubt

Kommagetrennte Liste von Eingabenamen, die in die Fremdvorlage einzubeziehen ist

Validations:

  • Must be a String

foreign_input_set[exclude]
optional , nil erlaubt

Kommagetrennte Liste von Eingabenamen, die in die Fremdvorlage einzubeziehen ist

Validations:

  • Must be a String

foreign_input_set[description]
optional , nil erlaubt

Beschreibung des Eingabe-Satzes

Validations:

  • Must be a String


DELETE /api/templates/:template_id/foreign_input_sets/:id
Fremdeingabe-Satz löschen

Parameter

Parametername Beschreibung
location_id
optional

Scope nach Standorten

Validations:

  • Must be a Integer

organization_id
optional

Scope nach Organisationen

Validations:

  • Must be a Integer

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
Fremdeingabe-Satz aktualisieren

Parameter

Parametername Beschreibung
location_id
optional

Scope nach Standorten

Validations:

  • Must be a Integer

organization_id
optional

Scope nach Organisationen

Validations:

  • Must be a Integer

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

Zielvorlage-ID

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

Alle Eingaben aus Fremdvorlage einschließen

Validations:

  • Must be one of: true, false, 1, 0.

foreign_input_set[include]
optional , nil erlaubt

Kommagetrennte Liste von Eingabenamen, die in die Fremdvorlage einzubeziehen ist

Validations:

  • Must be a String

foreign_input_set[exclude]
optional , nil erlaubt

Kommagetrennte Liste von Eingabenamen, die in die Fremdvorlage einzubeziehen ist

Validations:

  • Must be a String

foreign_input_set[description]
optional , nil erlaubt

Beschreibung des Eingabe-Satzes

Validations:

  • Must be a String