GET api/usuarioinfo

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Type": "APP",
    "Value": "INICIAL"
  },
  {
    "Type": "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/name",
    "Value": "23622029"
  },
  {
    "Type": "iss",
    "Value": "AMACIAPI.MUTUALINGENIERIA.ORG.AR"
  },
  {
    "Type": "aud",
    "Value": "a0fb092b001e4283b8562677e94cda35"
  },
  {
    "Type": "exp",
    "Value": "1510836697"
  },
  {
    "Type": "nbf",
    "Value": "1510834897"
  }
]

application/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'application/xml'. Exception message: El tipo '<>f__AnonymousType2`2[System.String,System.String]' no se puede serializar. Intente marcarlo con el atributo DataContractAttribute y marque todos los miembros que desee serializar con el atributo DataMemberAttribute. Si el tipo es una colección, pruebe a marcarlo con CollectionDataContractAttribute. Vea la documentación de Microsoft .NET Framework para conocer otros tipos admitidos.

text/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'text/xml'. Exception message: El tipo '<>f__AnonymousType2`2[System.String,System.String]' no se puede serializar. Intente marcarlo con el atributo DataContractAttribute y marque todos los miembros que desee serializar con el atributo DataMemberAttribute. Si el tipo es una colección, pruebe a marcarlo con CollectionDataContractAttribute. Vea la documentación de Microsoft .NET Framework para conocer otros tipos admitidos.