Skip to content

Instantly share code, notes, and snippets.

@amiedes
Created July 2, 2019 10:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amiedes/763c87c7d4070aa9302db5fd3f983873 to your computer and use it in GitHub Desktop.
Save amiedes/763c87c7d4070aa9302db5fd3f983873 to your computer and use it in GitHub Desktop.
JSON api
[
{
"value": "asdfasdfa",
"raw_value": {
"ca": "sfasdfasdf",
"es": "asdfasdfa"
},
"custom_field_type": "localized_string",
"custom_field_name_translations": {
"ca": "amiedes - Texto traducido",
"es": "amiedes - Texto traducido"
}
},
{
"value": "sdfasfd",
"raw_value": {
"ca": "asasdfasdf",
"es": "sdfasfd"
},
"custom_field_type": "localized_paragraph",
"custom_field_name_translations": {
"ca": "amiedes - Texto largo traducido",
"es": "amiedes - Texto largo traducido"
}
},
{
"value": "asfasdfasdfas",
"raw_value": "asfasdfasdfas",
"custom_field_type": "string",
"custom_field_name_translations": {
"ca": "amiedes - Texto sin traducciones",
"es": "amiedes - Texto sin traducciones"
}
},
{
"value": "asdfasfdafds",
"raw_value": "asdfasfdafds",
"custom_field_type": "paragraph",
"custom_field_name_translations": {
"ca": "amiedes - Texto largo sin traducciones",
"es": "amiedes - Texto largo sin traducciones"
}
},
{
"value": "Opcion 2 es",
"raw_value": "0252af94-7976-42bb-8a7c-bb806f27b8bc",
"custom_field_type": "single_option",
"custom_field_name_translations": {
"ca": "amiedes - Selección única",
"es": "amiedes - Selección única"
}
},
{
"value": [
"Opcion 1 es",
"Opcion 2 es"
],
"raw_value": [
"configuration",
"2f53bea2-4ccd-4405-a36a-319591dbf923"
],
"custom_field_type": "multiple_options",
"custom_field_name_translations": {
"ca": "amiedes - Selección múltiple",
"es": "amiedes - Selección múltiple"
}
},
{
"value": "#42965a",
"raw_value": "#42965a",
"custom_field_type": "color",
"custom_field_name_translations": {
"ca": "amiedes - color",
"es": "amiedes - color"
}
},
{
"value": "https://gobierto-populate-staging.s3.eu-west-1.amazonaws.com/site-3/gobierto_plans/nodes/amiedes-imagen-f954b8f3-027e-477f-b21d-bbc9527b6b5a/Captura%20de%20pantalla%202019-07-02%20a%20las%2012.30.37.png",
"raw_value": "https://gobierto-populate-staging.s3.eu-west-1.amazonaws.com/site-3/gobierto_plans/nodes/amiedes-imagen-f954b8f3-027e-477f-b21d-bbc9527b6b5a/Captura%20de%20pantalla%202019-07-02%20a%20las%2012.30.37.png",
"custom_field_type": "image",
"custom_field_name_translations": {
"ca": "amiedes-imagen",
"es": "amiedes-imagen"
}
},
{
"value": "2019-07-19 12:29",
"raw_value": "2019-07-19 12:29",
"custom_field_type": "date",
"custom_field_name_translations": {
"ca": "amiedes-fecha-y-hora",
"es": "amiedes-fecha-y-hora"
}
},
{
"value": [
"Limpieza de playas"
],
"raw_value": "2221",
"custom_field_type": "vocabulary_options",
"custom_field_name_translations": {
"ca": "amiedes-vocabulario-seleccion-unica",
"es": "amiedes-vocabulario-seleccion-unica"
}
},
{
"value": [
"Limpieza de playas",
"Limpieza de calles"
],
"raw_value": [
"2221",
"2222"
],
"custom_field_type": "vocabulary_options",
"custom_field_name_translations": {
"ca": "amiedes-vocabulario-seleccion-multiple",
"es": "amiedes-vocabulario-seleccion-multiple"
}
},
{
"value": [
"Limpieza de playas",
"Limpieza de calles"
],
"raw_value": [
"2221",
"2222"
],
"custom_field_type": "vocabulary_options",
"custom_field_name_translations": {
"ca": "amiedes-vocabulario-tags",
"es": "amiedes-vocabulario-tags"
}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment