Skip to content

Instantly share code, notes, and snippets.

@davious
Last active May 28, 2019 16:24
Show Gist options
  • Save davious/f8753e6f4f98ea846a1ad6850c630ae1 to your computer and use it in GitHub Desktop.
Save davious/f8753e6f4f98ea846a1ad6850c630ae1 to your computer and use it in GitHub Desktop.
LSBAE Roster API README

LSBAE Roster Api

Urls

https://licensing.lsbae.com/api/roster/architects https://licensing.lsbae.com/api/roster/firms

Limit Results

https://licensing.lsbae.com/api/roster/architects?pageSize=5

Page

https://licensing.lsbae.com/api/roster/architects?pageSize=5&pageNumber=2

Arch Filters

eg https://licensing.lsbae.com/api/roster/architects?pageSize=5&LastName=Smi

  • LastName
  • FirstName
  • Firm
  • LicenseNumber
  • Street
  • City
  • State // VA, DC, etc OR Virginia, Maryland, etceteria
  • Credentials // aka Title (AIA, NCARB, etc)
  • Status // GoodStanding, Emeritus, Delinquent, Expired, // Probation, Suspended, Revoked, Inactive, Retired // Deceased,

Arch Record

arch.number arch.issueDate arch.expirationDate arch.status arch.origin arch.residency arch.firmName arch.firmWebsite arch.person.primaryPhone.number arch.person.primaryPhone.extension arch.person.primaryAddress.streetLine1 arch.person.primaryAddress.streetLine2 arch.person.primaryAddress.city arch.person.primaryAddress.state.code arch.person.primaryAddress.state.name arch.person.primaryAddress.country.code arch.person.primaryAddress.country.code2 arch.person.primaryAddress.country.name arch.person.primaryAddress.zip arch.person.name.honorific arch.person.name.first arch.person.name.middle arch.person.name.last arch.person.name.suffix arch.person.name.firstLast arch.person.name.full arch.person.name.complete arch.person.name.credentials arch.person.email arch.person.ncarbNumber

Firm

firm.number firm.issueDate firm.expirationDate firm.status firm.name firm.email firm.website firm.publicAddress.streetLine1 firm.publicAddress.streetLine2 firm.publicAddress.city firm.publicAddress.state.code firm.publicAddress.state.name firm.publicAddress.country.code firm.publicAddress.country.code2 firm.publicAddress.country.name firm.publicAddress.zip firm.primaryPhone.number firm.primaryPhone.extension

Firm Filters

eg https://licensing.lsbae.com/api/roster/firms?pageSize=5&Name=Arc

  • Name
  • LicenseNumber
  • Street
  • City
  • State // VA, DC, etc OR Virginia, Maryland, ecteria
  • Zip
  • Status // GoodStanding, Delinquent, Expired, // Revoked, Inactive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment