GET /api/templates/:template_id/foreign_input_sets
Afficher les jeux de données en entrée externes

Paramètres

Nom du paramètre Description
location_id
optionel

Tri par emplacement

Validations:

  • Must be a Integer

organization_id
optionel

Tri par organisation

Validations:

  • Must be a Integer

template_id
requis

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
optionel

filtrer les résultats

Validations:

  • Must be a String

order
optionel

trier les resultats

Validations:

  • Must be a String

page
optionel

paginer les résultats

Validations:

  • Must be a String

per_page
optionel

nombre d'entier par requête

Validations:

  • Must be a String


GET /api/templates/:template_id/foreign_input_sets/:id
Afficher les détails du jeu de données en entrée externe

Paramètres

Nom du paramètre Description
location_id
optionel

Tri par emplacement

Validations:

  • Must be a Integer

organization_id
optionel

Tri par organisation

Validations:

  • Must be a Integer

template_id
requis

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
requis

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
Créer un jeu de données en entrée externe

Paramètres

Nom du paramètre Description
location_id
optionel

Tri par emplacement

Validations:

  • Must be a Integer

organization_id
optionel

Tri par organisation

Validations:

  • Must be a Integer

template_id
requis

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
requis

Validations:

  • Must be a Hash

foreign_input_set[target_template_id]
requis

ID du modèle cible

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]
optionel , nil autorisé

Include all inputs from the foreign template

Validations:

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

foreign_input_set[include]
optionel , nil autorisé

Une liste des entrées du modèle externe à inclure, séparées par des virgules.

Validations:

  • Must be a String

foreign_input_set[exclude]
optionel , nil autorisé

Une liste des entrées du modèle externe à inclure, séparées par des virgules.

Validations:

  • Must be a String

foreign_input_set[description]
optionel , nil autorisé

Description du jeu de données en entrée

Validations:

  • Must be a String


DELETE /api/templates/:template_id/foreign_input_sets/:id
Supprimer un jeu de données en entrée externe

Paramètres

Nom du paramètre Description
location_id
optionel

Tri par emplacement

Validations:

  • Must be a Integer

organization_id
optionel

Tri par organisation

Validations:

  • Must be a Integer

template_id
requis

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
requis

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
Mettre à jour un jeu de données en entrée externe

Paramètres

Nom du paramètre Description
location_id
optionel

Tri par emplacement

Validations:

  • Must be a Integer

organization_id
optionel

Tri par organisation

Validations:

  • Must be a Integer

template_id
requis

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
requis

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
requis

Validations:

  • Must be a Hash

foreign_input_set[target_template_id]
optionel

ID du modèle cible

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]
optionel , nil autorisé

Include all inputs from the foreign template

Validations:

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

foreign_input_set[include]
optionel , nil autorisé

Une liste des entrées du modèle externe à inclure, séparées par des virgules.

Validations:

  • Must be a String

foreign_input_set[exclude]
optionel , nil autorisé

Une liste des entrées du modèle externe à inclure, séparées par des virgules.

Validations:

  • Must be a String

foreign_input_set[description]
optionel , nil autorisé

Description du jeu de données en entrée

Validations:

  • Must be a String