GET api/v1/nfc/{apiKey}/tags/{uId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
apiKey

string

Required

uId

string

Required

Body Parameters

None.

Response Information

Resource Description

Tag
NameDescriptionTypeAdditional information
Id

string

None.

UId

string

None.

TypeId

integer

None.

ProjectId

integer

None.

Counter

integer

None.

Payload

string

None.

Created

date

None.

Updated

date

None.

Interacted

date

None.

UserId

globally unique identifier

None.

Response Formats

application/json, text/json, text/html

Sample:
{"Id":"sample string 1","UId":"sample string 2","TypeId":3,"ProjectId":4,"Counter":5,"Payload":"sample string 6","Created":"2024-04-16T16:51:30.0825927+03:00","Updated":"2024-04-16T16:51:30.0825927+03:00","Interacted":"2024-04-16T16:51:30.0825927+03:00","UserId":"3662e1d8-15ee-457f-adb9-dac75ff09218"}

application/xml, text/xml

Sample:
<Tag xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ia.Cl.Model.Nfc">
  <Counter>5</Counter>
  <Created>2024-04-16T16:51:30.0825927+03:00</Created>
  <Id>sample string 1</Id>
  <Interacted>2024-04-16T16:51:30.0825927+03:00</Interacted>
  <Payload>sample string 6</Payload>
  <ProjectId>4</ProjectId>
  <TypeId>3</TypeId>
  <UId>sample string 2</UId>
  <Updated>2024-04-16T16:51:30.0825927+03:00</Updated>
  <UserId>3662e1d8-15ee-457f-adb9-dac75ff09218</UserId>
</Tag>