GET api/raportari/semnaturi?start={start}&stop={stop}&SERIALNAME={SERIALNAME}&client={client}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
start

date

None.

stop

date

None.

SERIALNAME

string

None.

client

string

None.

Body Parameters

None.

Response Information

Resource Description

Collection of Token_farm
NameDescriptionTypeAdditional information
client

string

None.

id

integer

None.

cuifarm

integer

None.

SERIALNAME

string

None.

SERIALDT

date

None.

SERIALDEXP

date

None.

SERIALCO

string

None.

SERIALNO

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "client": "sample string 1",
    "id": 2,
    "cuifarm": 1,
    "SERIALNAME": "sample string 3",
    "SERIALDT": "06-11-2024",
    "SERIALDEXP": "06-11-2024",
    "SERIALCO": "sample string 4",
    "SERIALNO": "sample string 5"
  },
  {
    "client": "sample string 1",
    "id": 2,
    "cuifarm": 1,
    "SERIALNAME": "sample string 3",
    "SERIALDT": "06-11-2024",
    "SERIALDEXP": "06-11-2024",
    "SERIALCO": "sample string 4",
    "SERIALNO": "sample string 5"
  }
]

text/html

Sample:
[{"client":"sample string 1","id":2,"cuifarm":1,"SERIALNAME":"sample string 3","SERIALDT":"06-11-2024","SERIALDEXP":"06-11-2024","SERIALCO":"sample string 4","SERIALNO":"sample string 5"},{"client":"sample string 1","id":2,"cuifarm":1,"SERIALNAME":"sample string 3","SERIALDT":"06-11-2024","SERIALDEXP":"06-11-2024","SERIALCO":"sample string 4","SERIALNO":"sample string 5"}]

application/xml, text/xml

Sample:
<ArrayOfToken_farm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApiRap.Models">
  <Token_farm>
    <SERIALCO>sample string 4</SERIALCO>
    <SERIALDEXP>2024-11-06T21:21:50.528244-06:00</SERIALDEXP>
    <SERIALDT>2024-11-06T21:21:50.528244-06:00</SERIALDT>
    <SERIALNAME>sample string 3</SERIALNAME>
    <SERIALNO>sample string 5</SERIALNO>
    <client>sample string 1</client>
    <cuifarm>1</cuifarm>
    <id>2</id>
  </Token_farm>
  <Token_farm>
    <SERIALCO>sample string 4</SERIALCO>
    <SERIALDEXP>2024-11-06T21:21:50.528244-06:00</SERIALDEXP>
    <SERIALDT>2024-11-06T21:21:50.528244-06:00</SERIALDT>
    <SERIALNAME>sample string 3</SERIALNAME>
    <SERIALNO>sample string 5</SERIALNO>
    <client>sample string 1</client>
    <cuifarm>1</cuifarm>
    <id>2</id>
  </Token_farm>
</ArrayOfToken_farm>