BlCategoryNews

GET /categorynews

Fields

Field Type Description Required
nome text

Campo de nome da categoria

YES
slug text

Slug da categoria

NO
label text

Label da categoria

NO
description textarea

Descrição da categoria

NO
color text

Cor da categoria

NO
classes text

Classes css da categoria

NO
keywords textarea

Palavras chaves meta

NO
category_id text

Categoria pai

NO
layout string

nome do layout da categoria

NO

Request

Headers

Header Value
Accept
application/vnd.safe.v1+json
application/hal+json
application/json
Authorization HTTP Basic, HTTP Digest, or OAuth2 Bearer token (check API provider for details)

Response

Status Codes

  • 406: Not Acceptable
  • 415: Unsupported Media Type
  • 200: OK
  • 401: Unauthorized
  • 403: Forbidden

Headers

Header Value
Content-Type
application/vnd.safe.v1+json
application/hal+json
application/json
Allow Comma-separated list of all HTTP methods allowed

Body


                                            

GET /categorynews[/:bl_category_news_id]

Fields

Field Type Description Required
nome text

Campo de nome da categoria

YES
slug text

Slug da categoria

NO
label text

Label da categoria

NO
description textarea

Descrição da categoria

NO
color text

Cor da categoria

NO
classes text

Classes css da categoria

NO
keywords textarea

Palavras chaves meta

NO
category_id text

Categoria pai

NO
layout string

nome do layout da categoria

NO

Request

Headers

Header Value
Accept
application/vnd.safe.v1+json
application/hal+json
application/json
Authorization HTTP Basic, HTTP Digest, or OAuth2 Bearer token (check API provider for details)

Response

Status Codes

  • 406: Not Acceptable
  • 415: Unsupported Media Type
  • 200: OK
  • 404: Not Found
  • 401: Unauthorized
  • 403: Forbidden

Headers

Header Value
Content-Type
application/vnd.safe.v1+json
application/hal+json
application/json
Allow Comma-separated list of all HTTP methods allowed

Body


                                            

BlConfiguration

GET /blconfiguration

Request

Headers

Header Value
Accept
application/vnd.safe.v1+json
application/hal+json
application/json
Authorization HTTP Basic, HTTP Digest, or OAuth2 Bearer token (check API provider for details)

Response

Status Codes

  • 406: Not Acceptable
  • 415: Unsupported Media Type
  • 200: OK
  • 401: Unauthorized
  • 403: Forbidden

Headers

Header Value
Content-Type
application/vnd.safe.v1+json
application/hal+json
application/json
Allow Comma-separated list of all HTTP methods allowed

Body


                                            

GET /blconfiguration[/:bl_configuration_id]

Request

Headers

Header Value
Accept
application/vnd.safe.v1+json
application/hal+json
application/json
Authorization HTTP Basic, HTTP Digest, or OAuth2 Bearer token (check API provider for details)

Response

Status Codes

  • 406: Not Acceptable
  • 415: Unsupported Media Type
  • 200: OK
  • 404: Not Found
  • 401: Unauthorized
  • 403: Forbidden

Headers

Header Value
Content-Type
application/vnd.safe.v1+json
application/hal+json
application/json
Allow Comma-separated list of all HTTP methods allowed

Body


                                            

BlGallery

GET /gallery

Fields

Field Type Description Required
name string

Nome da galeria

YES
description string

Meta description

YES
keyword string

Palavras chaves

NO
slug string

Slug

NO
status bolean

Status de postagem

YES
user_inc

Id do usuário do cadastro

YES
date_inc

Data do cadastro

YES
user_upd

Id do usuário da atualização

YES
date_upd

Data da atualização

YES

Request

Headers

Header Value
Accept
application/vnd.safe.v1+json
application/hal+json
application/json
Authorization HTTP Basic, HTTP Digest, or OAuth2 Bearer token (check API provider for details)

Response

Status Codes

  • 406: Not Acceptable
  • 415: Unsupported Media Type
  • 200: OK
  • 401: Unauthorized
  • 403: Forbidden

Headers

Header Value
Content-Type
application/vnd.safe.v1+json
application/hal+json
application/json
Allow Comma-separated list of all HTTP methods allowed

Body


                                            

GET /gallery[/:bl_gallery_id]

Fields

Field Type Description Required
name string

Nome da galeria

YES
description string

Meta description

YES
keyword string

Palavras chaves

NO
slug string

Slug

NO
status bolean

Status de postagem

YES
user_inc

Id do usuário do cadastro

YES
date_inc

Data do cadastro

YES
user_upd

Id do usuário da atualização

YES
date_upd

Data da atualização

YES

Request

Headers

Header Value
Accept
application/vnd.safe.v1+json
application/hal+json
application/json
Authorization HTTP Basic, HTTP Digest, or OAuth2 Bearer token (check API provider for details)

Response

Status Codes

  • 406: Not Acceptable
  • 415: Unsupported Media Type
  • 200: OK
  • 404: Not Found
  • 401: Unauthorized
  • 403: Forbidden

Headers

Header Value
Content-Type
application/vnd.safe.v1+json
application/hal+json
application/json
Allow Comma-separated list of all HTTP methods allowed

Body


                                            

BlImageGallery

GET /blimagegallery

Fields

Field Type Description Required
title string

Título imagem

NO
alt_text_description string

Texto alternativo

NO
label_text string

Legenda

NO
label_description string

Descrição

NO
file string

Nome do arquivo

YES
order_image inteiro

Ordem da image

NO
user_inc inteiro

Id do usuário

YES
date_inc YES
user_upd

Id do Usuário

YES
date_upd YES
bl_gallery_id

Id da galeria da imagem

NO

Request

Headers

Header Value
Accept
application/vnd.safe.v1+json
application/hal+json
application/json
Authorization HTTP Basic, HTTP Digest, or OAuth2 Bearer token (check API provider for details)

Response

Status Codes

  • 406: Not Acceptable
  • 415: Unsupported Media Type
  • 200: OK
  • 401: Unauthorized
  • 403: Forbidden

Headers

Header Value
Content-Type
application/vnd.safe.v1+json
application/hal+json
application/json
Allow Comma-separated list of all HTTP methods allowed

Body

{
   "_links": {
       "self": {
           "href": "/bl-image-gallery"
       },
       "first": {
           "href": "/bl-image-gallery?page={page}"
       },
       "prev": {
           "href": "/bl-image-gallery?page={page}"
       },
       "next": {
           "href": "/bl-image-gallery?page={page}"
       },
       "last": {
           "href": "/bl-image-gallery?page={page}"
       }
   }
   "_embedded": {
       "bl_image_gallery": [
           {
               "_links": {
                   "self": {
                       "href": "/bl-image-gallery[/:bl_image_gallery_id]"
                   }
               }
              "title": "Título da image",
              "alt_text_description": "Texto alternativo",
              "label_text": "Legenda",
              "label_description": "Descrição",
              "file": "Arquivo"
           }
       ]
   }
}

GET /blimagegallery[/:bl_image_gallery_id]

Fields

Field Type Description Required
title string

Título imagem

NO
alt_text_description string

Texto alternativo

NO
label_text string

Legenda

NO
label_description string

Descrição

NO
file string

Nome do arquivo

YES
order_image inteiro

Ordem da image

NO
user_inc inteiro

Id do usuário

YES
date_inc YES
user_upd

Id do Usuário

YES
date_upd YES
bl_gallery_id

Id da galeria da imagem

NO

Request

Headers

Header Value
Accept
application/vnd.safe.v1+json
application/hal+json
application/json
Authorization HTTP Basic, HTTP Digest, or OAuth2 Bearer token (check API provider for details)

Response

Status Codes

  • 406: Not Acceptable
  • 415: Unsupported Media Type
  • 200: OK
  • 404: Not Found
  • 401: Unauthorized
  • 403: Forbidden

Headers

Header Value
Content-Type
application/vnd.safe.v1+json
application/hal+json
application/json
Allow Comma-separated list of all HTTP methods allowed

Body


                                            

BlNews

GET /blnews[/:bl_news_id[/:slug]]

Fields

Field Type Description Required
title string

Título da notícia

YES
description string

Descrição da notícia

YES
content string

Conteúdo da página

YES
slug string

Slug da página

NO
keyword string

Palavras-chave

NO
status inteiro

Status de publicação

YES
image string

Imagem de destaque

NO
video string

Embedded vídeo

NO
views inteiro

Número de visualizações

NO
layout string

Layout da página

NO
tipo inteiro

Tipo de postagem

YES
user_inc

Id do usuário cadastrante

YES
date_inc datetime

Data do cadastro

YES
user_upd inteiro

Id do usuário da atualização

YES
data_upd datetime

Data da atualização

YES
bl_gallery_id inteiro

Id da galeria anexada

NO
bl_category_news array

Categorias do post

NO
user_pub string

Autor do post

YES
title_es string

Título espanhol

NO
title_en string

Título em inglês

NO
description_es

Descrição em espanhol

NO
description_en

Descrição inglês

NO
content_es

Conteúdo em espanhol

NO
content_en string

Conteúdo em inglês

NO
data_pub datetime

Data da publicação

YES
image_description string

Descrição da imagem

NO

Request

Headers

Header Value
Accept
application/vnd.safe.v1+json
application/hal+json
application/json
Authorization HTTP Basic, HTTP Digest, or OAuth2 Bearer token (check API provider for details)

Response

Status Codes

  • 406: Not Acceptable
  • 415: Unsupported Media Type
  • 200: OK
  • 401: Unauthorized
  • 403: Forbidden

Headers

Header Value
Content-Type
application/vnd.safe.v1+json
application/hal+json
application/json
Allow Comma-separated list of all HTTP methods allowed

Body

{
   "_links": {
       "self": {
           "href": "/blnews"
       },
       "first": {
           "href": "/blnews?page={page}"
       },
       "prev": {
           "href": "/blnews?page={page}"
       },
       "next": {
           "href": "/blnews?page={page}"
       },
       "last": {
           "href": "/blnews?page={page}"
       }
   }
   "_embedded": {
       "bl_news": [
           {
               "_links": {
                   "self": {
                       "href": "/blnews[/:bl_news_id]"
                   }
               }
              "title": "Título da notícia",
              "description": "Descrição da notícia",
              "content": "Conteúdo da página",
              "slug": "Slug da página",
              "keyword": "Palavras-chave",
              "status": "Status de publicação",
              "image": "Imagem de destaque",
              "video": "Embedded vídeo",
              "data_pub": "Data da publicação",
              "views": "Número de visualizações",
              "layout": "Layout da página",
              "tipo": "Tipo de postagem",
              "user_inc": "Id do usuário cadastrante",
              "date_inc": "Data do cadastro",
              "user_upd": "Id do usuário da atualização",
              "data_upd": "Data da atualização",
              "bl_gallery_id": "Id da galeria anexada"
           }
       ]
   }
}

GET /blnews[/:bl_news_id[/:slug]]

Fields

Field Type Description Required
title string

Título da notícia

YES
description string

Descrição da notícia

YES
content string

Conteúdo da página

YES
slug string

Slug da página

NO
keyword string

Palavras-chave

NO
status inteiro

Status de publicação

YES
image string

Imagem de destaque

NO
video string

Embedded vídeo

NO
views inteiro

Número de visualizações

NO
layout string

Layout da página

NO
tipo inteiro

Tipo de postagem

YES
user_inc

Id do usuário cadastrante

YES
date_inc datetime

Data do cadastro

YES
user_upd inteiro

Id do usuário da atualização

YES
data_upd datetime

Data da atualização

YES
bl_gallery_id inteiro

Id da galeria anexada

NO
bl_category_news array

Categorias do post

NO
user_pub string

Autor do post

YES
title_es string

Título espanhol

NO
title_en string

Título em inglês

NO
description_es

Descrição em espanhol

NO
description_en

Descrição inglês

NO
content_es

Conteúdo em espanhol

NO
content_en string

Conteúdo em inglês

NO
data_pub datetime

Data da publicação

YES
image_description string

Descrição da imagem

NO

Request

Headers

Header Value
Accept
application/vnd.safe.v1+json
application/hal+json
application/json
Authorization HTTP Basic, HTTP Digest, or OAuth2 Bearer token (check API provider for details)

Response

Status Codes

  • 406: Not Acceptable
  • 415: Unsupported Media Type
  • 200: OK
  • 404: Not Found
  • 401: Unauthorized
  • 403: Forbidden

Headers

Header Value
Content-Type
application/vnd.safe.v1+json
application/hal+json
application/json
Allow Comma-separated list of all HTTP methods allowed

Body


                                            

CategoriaEvento

GET /categoriaevento

Request

Headers

Header Value
Accept
application/vnd.safe.v1+json
application/hal+json
application/json
Authorization HTTP Basic, HTTP Digest, or OAuth2 Bearer token (check API provider for details)

Response

Status Codes

  • 406: Not Acceptable
  • 415: Unsupported Media Type
  • 200: OK
  • 401: Unauthorized
  • 403: Forbidden

Headers

Header Value
Content-Type
application/vnd.safe.v1+json
application/hal+json
application/json
Allow Comma-separated list of all HTTP methods allowed

Body


                                            

POST /categoriaevento

Request

Headers

Header Value
Accept
application/vnd.safe.v1+json
application/hal+json
application/json
Content-Type
application/vnd.safe.v1+json
application/json
Authorization HTTP Basic, HTTP Digest, or OAuth2 Bearer token (check API provider for details)

Body


                                            

Response

Status Codes

  • 406: Not Acceptable
  • 415: Unsupported Media Type
  • 201: Created
  • 401: Unauthorized
  • 403: Forbidden

Headers

Header Value
Content-Type
application/vnd.safe.v1+json
application/hal+json
application/json
Allow Comma-separated list of all HTTP methods allowed

Body


                                            

GET /categoriaevento[/:categoria_evento_id]

Request

Headers

Header Value
Accept
application/vnd.safe.v1+json
application/hal+json
application/json
Authorization HTTP Basic, HTTP Digest, or OAuth2 Bearer token (check API provider for details)

Response

Status Codes

  • 406: Not Acceptable
  • 415: Unsupported Media Type
  • 200: OK
  • 404: Not Found
  • 401: Unauthorized
  • 403: Forbidden

Headers

Header Value
Content-Type
application/vnd.safe.v1+json
application/hal+json
application/json
Allow Comma-separated list of all HTTP methods allowed

Body


                                            

PATCH /categoriaevento[/:categoria_evento_id]

Request

Headers

Header Value
Accept
application/vnd.safe.v1+json
application/hal+json
application/json
Content-Type
application/vnd.safe.v1+json
application/json
Authorization HTTP Basic, HTTP Digest, or OAuth2 Bearer token (check API provider for details)

Body


                                            

Response

Status Codes

  • 406: Not Acceptable
  • 415: Unsupported Media Type
  • 200: OK
  • 404: Not Found
  • 401: Unauthorized
  • 403: Forbidden

Headers

Header Value
Content-Type
application/vnd.safe.v1+json
application/hal+json
application/json
Allow Comma-separated list of all HTTP methods allowed

Body


                                            

PUT /categoriaevento[/:categoria_evento_id]

Request

Headers

Header Value
Accept
application/vnd.safe.v1+json
application/hal+json
application/json
Content-Type
application/vnd.safe.v1+json
application/json
Authorization HTTP Basic, HTTP Digest, or OAuth2 Bearer token (check API provider for details)

Body


                                            

Response

Status Codes

  • 406: Not Acceptable
  • 415: Unsupported Media Type
  • 200: OK
  • 404: Not Found
  • 401: Unauthorized
  • 403: Forbidden

Headers

Header Value
Content-Type
application/vnd.safe.v1+json
application/hal+json
application/json
Allow Comma-separated list of all HTTP methods allowed

Body


                                            

DELETE /categoriaevento[/:categoria_evento_id]

Request

Headers

Header Value
Accept
application/vnd.safe.v1+json
application/hal+json
application/json
Authorization HTTP Basic, HTTP Digest, or OAuth2 Bearer token (check API provider for details)

Response

Status Codes

  • 406: Not Acceptable
  • 415: Unsupported Media Type
  • 204: No Content
  • 404: Not Found
  • 401: Unauthorized
  • 403: Forbidden

Headers

Header Value
Content-Type
application/vnd.safe.v1+json
application/hal+json
application/json
Allow Comma-separated list of all HTTP methods allowed

CategoriaReceptivo

GET /categoriareceptivo

Fields

Field Type Description Required
nome YES

Request

Headers

Header Value
Accept
application/vnd.safe.v1+json
application/hal+json
application/json
Authorization HTTP Basic, HTTP Digest, or OAuth2 Bearer token (check API provider for details)

Response

Status Codes

  • 406: Not Acceptable
  • 415: Unsupported Media Type
  • 200: OK
  • 401: Unauthorized
  • 403: Forbidden

Headers

Header Value
Content-Type
application/vnd.safe.v1+json
application/hal+json
application/json
Allow Comma-separated list of all HTTP methods allowed

Body


                                            

GET /categoriareceptivo[/:categoria_receptivo_id]

Fields

Field Type Description Required
nome YES

Request

Headers

Header Value
Accept
application/vnd.safe.v1+json
application/hal+json
application/json
Authorization HTTP Basic, HTTP Digest, or OAuth2 Bearer token (check API provider for details)

Response

Status Codes

  • 406: Not Acceptable
  • 415: Unsupported Media Type
  • 200: OK
  • 404: Not Found
  • 401: Unauthorized
  • 403: Forbidden

Headers

Header Value
Content-Type
application/vnd.safe.v1+json
application/hal+json
application/json
Allow Comma-separated list of all HTTP methods allowed

Body


                                            

CidadeReceptivo

GET /cidadereceptivo

Fields

Field Type Description Required
nome YES

Request

Headers

Header Value
Accept
application/vnd.safe.v1+json
application/hal+json
application/json
Authorization HTTP Basic, HTTP Digest, or OAuth2 Bearer token (check API provider for details)

Response

Status Codes

  • 406: Not Acceptable
  • 415: Unsupported Media Type
  • 200: OK
  • 401: Unauthorized
  • 403: Forbidden

Headers

Header Value
Content-Type
application/vnd.safe.v1+json
application/hal+json
application/json
Allow Comma-separated list of all HTTP methods allowed

Body


                                            

GET /cidadereceptivo[/:cidade_receptivo_id]

Fields

Field Type Description Required
nome YES

Request

Headers

Header Value
Accept
application/vnd.safe.v1+json
application/hal+json
application/json
Authorization HTTP Basic, HTTP Digest, or OAuth2 Bearer token (check API provider for details)

Response

Status Codes

  • 406: Not Acceptable
  • 415: Unsupported Media Type
  • 200: OK
  • 404: Not Found
  • 401: Unauthorized
  • 403: Forbidden

Headers

Header Value
Content-Type
application/vnd.safe.v1+json
application/hal+json
application/json
Allow Comma-separated list of all HTTP methods allowed

Body


                                            

EstandeTipo

Estante tipo

GET /estande-tipo

Request

Headers

Header Value
Accept
application/vnd.safe.v1+json
application/hal+json
application/json
Authorization HTTP Basic, HTTP Digest, or OAuth2 Bearer token (check API provider for details)

Response

Status Codes

  • 406: Not Acceptable
  • 415: Unsupported Media Type
  • 200: OK
  • 401: Unauthorized
  • 403: Forbidden

Headers

Header Value
Content-Type
application/vnd.safe.v1+json
application/hal+json
application/json
Allow Comma-separated list of all HTTP methods allowed

Body

{
   "_links": {
       "self": {
           "href": "/estandetipo"
       },
       "first": {
           "href": "/estandetipo?page={page}"
       },
       "prev": {
           "href": "/estandetipo?page={page}"
       },
       "next": {
           "href": "/estandetipo?page={page}"
       },
       "last": {
           "href": "/estandetipo?page={page}"
       }
   }
   "_embedded": {
       "estande_tipo": [
           {
               "_links": {
                   "self": {
                       "href": "/estandetipo[/:estande_tipo_id]"
                   }
               }
              "nome": "",
              "color": "",
              "fonte_color": "",
              "evento": ""
           }
       ]
   }
}

GET /estande-tipo[/:estande_tipo_id]

Request

Headers

Header Value
Accept
application/vnd.safe.v1+json
application/hal+json
application/json
Authorization HTTP Basic, HTTP Digest, or OAuth2 Bearer token (check API provider for details)

Response

Status Codes

  • 406: Not Acceptable
  • 415: Unsupported Media Type
  • 200: OK
  • 404: Not Found
  • 401: Unauthorized
  • 403: Forbidden

Headers

Header Value
Content-Type
application/vnd.safe.v1+json
application/hal+json
application/json
Allow Comma-separated list of all HTTP methods allowed

Body

{
   "_links": {
       "self": {
           "href": "/estandetipo[/:estande_tipo_id]"
       }
   }
   "nome": "",
   "color": "",
   "fonte_color": "",
   "evento": ""
}

Estande

GET /estande

Request

Headers

Header Value
Accept
application/vnd.safe.v1+json
application/hal+json
application/json
Authorization HTTP Basic, HTTP Digest, or OAuth2 Bearer token (check API provider for details)

Response

Status Codes

  • 406: Not Acceptable
  • 415: Unsupported Media Type
  • 200: OK
  • 401: Unauthorized
  • 403: Forbidden

Headers

Header Value
Content-Type
application/vnd.safe.v1+json
application/hal+json
application/json
Allow Comma-separated list of all HTTP methods allowed

Body

{
   "_links": {
       "self": {
           "href": "/estande"
       },
       "first": {
           "href": "/estande?page={page}"
       },
       "prev": {
           "href": "/estande?page={page}"
       },
       "next": {
           "href": "/estande?page={page}"
       },
       "last": {
           "href": "/estande?page={page}"
       }
   }
   "_embedded": {
       "estande": [
           {
               "_links": {
                   "self": {
                       "href": "/estande[/:estande_id]"
                   }
               }
              "nome": "",
              "label": "",
              "descricao": "",
              "image": "",
              "posx": "",
              "posy": "",
              "mapa_level": "",
              "pedido": "",
              "estande_tipo": ""
           }
       ]
   }
}

GET /estande[/:estande_id]

Request

Headers

Header Value
Accept
application/vnd.safe.v1+json
application/hal+json
application/json
Authorization HTTP Basic, HTTP Digest, or OAuth2 Bearer token (check API provider for details)

Response

Status Codes

  • 406: Not Acceptable
  • 415: Unsupported Media Type
  • 200: OK
  • 404: Not Found
  • 401: Unauthorized
  • 403: Forbidden

Headers

Header Value
Content-Type
application/vnd.safe.v1+json
application/hal+json
application/json
Allow Comma-separated list of all HTTP methods allowed

Body

{
   "_links": {
       "self": {
           "href": "/estande[/:estande_id]"
       }
   }
   "nome": "",
   "label": "",
   "descricao": "",
   "image": "",
   "posx": "",
   "posy": "",
   "mapa_level": "",
   "pedido": "",
   "estande_tipo": ""
}

EventSpeaker

GET /eventspeaker

Fields

Field Type Description Required
name text

Nome do palestrante

YES
image string

Imagem do palestrante

NO
email_contact string

Email do palestrante

NO
description string

Descrição do palestrante

NO
social_networks string

Redes sociais do palestrante

NO
user_inc int

ID do usuário

YES
user_upd int

Id do usuário

YES
date_inc bolean

Data de cadastro

YES
date_upd bolean

Data de atualização

YES

Request

Headers

Header Value
Accept
application/vnd.safe.v1+json
application/hal+json
application/json
Authorization HTTP Basic, HTTP Digest, or OAuth2 Bearer token (check API provider for details)

Response

Status Codes

  • 406: Not Acceptable
  • 415: Unsupported Media Type
  • 200: OK
  • 401: Unauthorized
  • 403: Forbidden

Headers

Header Value
Content-Type
application/vnd.safe.v1+json
application/hal+json
application/json
Allow Comma-separated list of all HTTP methods allowed

Body


                                            

GET /eventspeaker[/:event_speaker_id]

Fields

Field Type Description Required
name text

Nome do palestrante

YES
image string

Imagem do palestrante

NO
email_contact string

Email do palestrante

NO
description string

Descrição do palestrante

NO
social_networks string

Redes sociais do palestrante

NO
user_inc int

ID do usuário

YES
user_upd int

Id do usuário

YES
date_inc bolean

Data de cadastro

YES
date_upd bolean

Data de atualização

YES

Request

Headers

Header Value
Accept
application/vnd.safe.v1+json
application/hal+json
application/json
Authorization HTTP Basic, HTTP Digest, or OAuth2 Bearer token (check API provider for details)

Response

Status Codes

  • 406: Not Acceptable
  • 415: Unsupported Media Type
  • 200: OK
  • 404: Not Found
  • 401: Unauthorized
  • 403: Forbidden

Headers

Header Value
Content-Type
application/vnd.safe.v1+json
application/hal+json
application/json
Allow Comma-separated list of all HTTP methods allowed

Body


                                            

MarcasEvento

GET /marcasevento

Request

Headers

Header Value
Accept
application/vnd.safe.v1+json
application/hal+json
application/json
Authorization HTTP Basic, HTTP Digest, or OAuth2 Bearer token (check API provider for details)

Response

Status Codes

  • 406: Not Acceptable
  • 415: Unsupported Media Type
  • 200: OK
  • 401: Unauthorized
  • 403: Forbidden

Headers

Header Value
Content-Type
application/vnd.safe.v1+json
application/hal+json
application/json
Allow Comma-separated list of all HTTP methods allowed

Body


                                            

GET /marcasevento[/:marcas_evento_id]

Request

Headers

Header Value
Accept
application/vnd.safe.v1+json
application/hal+json
application/json
Authorization HTTP Basic, HTTP Digest, or OAuth2 Bearer token (check API provider for details)

Response

Status Codes

  • 406: Not Acceptable
  • 415: Unsupported Media Type
  • 200: OK
  • 404: Not Found
  • 401: Unauthorized
  • 403: Forbidden

Headers

Header Value
Content-Type
application/vnd.safe.v1+json
application/hal+json
application/json
Allow Comma-separated list of all HTTP methods allowed

Body


                                            

ProdutoCliente

GET /produto-cliente

Request

Headers

Header Value
Accept
application/vnd.safe.v1+json
application/hal+json
application/json
Authorization HTTP Basic, HTTP Digest, or OAuth2 Bearer token (check API provider for details)

Response

Status Codes

  • 406: Not Acceptable
  • 415: Unsupported Media Type
  • 200: OK
  • 401: Unauthorized
  • 403: Forbidden

Headers

Header Value
Content-Type
application/vnd.safe.v1+json
application/hal+json
application/json
Allow Comma-separated list of all HTTP methods allowed

Body


                                            

GET /produto-cliente[/:produto_cliente_id]

Request

Headers

Header Value
Accept
application/vnd.safe.v1+json
application/hal+json
application/json
Authorization HTTP Basic, HTTP Digest, or OAuth2 Bearer token (check API provider for details)

Response

Status Codes

  • 406: Not Acceptable
  • 415: Unsupported Media Type
  • 200: OK
  • 404: Not Found
  • 401: Unauthorized
  • 403: Forbidden

Headers

Header Value
Content-Type
application/vnd.safe.v1+json
application/hal+json
application/json
Allow Comma-separated list of all HTTP methods allowed

Body


                                            

ProgramacaoEvento

GET /programacaoevento

Fields

Field Type Description Required
nome text YES
descricao textarea YES
image text YES
data_ini YES
data_fim text YES
user_inc test YES
data_inc text YES
user_upd text YES
data_upd text YES
evento text YES
categoria_evento text YES

Request

Headers

Header Value
Accept
application/vnd.safe.v1+json
application/hal+json
application/json

Response

Status Codes

  • 406: Not Acceptable
  • 415: Unsupported Media Type
  • 200: OK

Headers

Header Value
Content-Type
application/vnd.safe.v1+json
application/hal+json
application/json
Allow Comma-separated list of all HTTP methods allowed

Body


                                            

GET /programacaoevento[/:programacao_evento_id]

Fields

Field Type Description Required
nome text YES
descricao textarea YES
image text YES
data_ini YES
data_fim text YES
user_inc test YES
data_inc text YES
user_upd text YES
data_upd text YES
evento text YES
categoria_evento text YES

Request

Headers

Header Value
Accept
application/vnd.safe.v1+json
application/hal+json
application/json

Response

Status Codes

  • 406: Not Acceptable
  • 415: Unsupported Media Type
  • 200: OK
  • 404: Not Found

Headers

Header Value
Content-Type
application/vnd.safe.v1+json
application/hal+json
application/json
Allow Comma-separated list of all HTTP methods allowed

Body


                                            

ReceptivoEvento

GET /receptivoevento

Fields

Field Type Description Required
nome text YES
descricao textarea YES
image text YES
cidade_receptivo text YES

Request

Headers

Header Value
Accept
application/vnd.safe.v1+json
application/hal+json
application/json
Authorization HTTP Basic, HTTP Digest, or OAuth2 Bearer token (check API provider for details)

Response

Status Codes

  • 406: Not Acceptable
  • 415: Unsupported Media Type
  • 200: OK
  • 401: Unauthorized
  • 403: Forbidden

Headers

Header Value
Content-Type
application/vnd.safe.v1+json
application/hal+json
application/json
Allow Comma-separated list of all HTTP methods allowed

Body


                                            

GET /receptivoevento[/:receptivo_evento_id]

Fields

Field Type Description Required
nome text YES
descricao textarea YES
image text YES
cidade_receptivo text YES

Request

Headers

Header Value
Accept
application/vnd.safe.v1+json
application/hal+json
application/json
Authorization HTTP Basic, HTTP Digest, or OAuth2 Bearer token (check API provider for details)

Response

Status Codes

  • 406: Not Acceptable
  • 415: Unsupported Media Type
  • 200: OK
  • 404: Not Found
  • 401: Unauthorized
  • 403: Forbidden

Headers

Header Value
Content-Type
application/vnd.safe.v1+json
application/hal+json
application/json
Allow Comma-separated list of all HTTP methods allowed

Body