@lap v0.3
# Machine-readable API spec. Each @endpoint block is one API call.
@api ServiceNow Table API
@version 1.0.0
@auth ApiKey JSESSIONID in cookie | ApiKey X-UserToken in header
@endpoints 1
@toc now(1)

@endpoint GET /now/table/{tableName}
@required {tableName: str, Accept: str(application/json/application/xml)=application/json}
@optional {sysparm_fields: str, sysparm_query: str}
@returns(200) {result: [map]}

@end
