GET api/PERSONALs?graftype={graftype}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
graftype

integer

Required

Body Parameters

None.

Response Information

Resource Description

AusentesGraficosX2
NameDescriptionTypeAdditional information
GrafValor

integer

None.

GrafNombre

string

None.

message

string

None.

result

integer

None.

data

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "GrafValor": 1,
  "GrafNombre": "sample string 2",
  "message": "sample string 3",
  "result": 4,
  "data": {}
}

text/html

Sample:
{"GrafValor":1,"GrafNombre":"sample string 2","message":"sample string 3","result":4,"data":{}}

application/xml, text/xml

Sample:
<AusenciaVM.AusentesGraficosX2 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApplication1.webapplications1.Models">
  <GrafNombre>sample string 2</GrafNombre>
  <GrafValor>1</GrafValor>
  <data />
  <message>sample string 3</message>
  <result>4</result>
</AusenciaVM.AusentesGraficosX2>