GET api/Person/available

Get a list of all employee numbers. Deleted employees are not included.

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

All Employee Numbers

Collection of string

Response Formats

application/json, text/json

Sample:
[
    "1010446",
    "1034856",
    "108546656",
    "10853656",
    "108824676",
    "1984456",
    "33350777",
    "487554",
    "65546556",
    "665656",
    "1",
    "GM-145"
]

application/xml, text/xml

Sample:
<ArrayOfstring>
    <string>1010446</string>
    <string>1034856</string>
    <string>108546656</string>
    <string>10853656</string>
    <string>108824676</string>
    <string>1984456</string>
    <string>33350777</string>
    <string>487554</string>
    <string>65546556</string>
    <string>665656</string>
    <string>1</string>
    <string>GM-145</string>
</ArrayOfstring>