Skip to content

Get a table

OpenAPI specifications

get https://api.autopass.pro/rules-api/tables/{table_id}

Get a table for a given id, with its associated rules.

Path parameters

table_id
  • Type: string

Responses

200 - Successfully got the table.

400 - table_id must be an integer.

401 - Unauthorized.

404 - No table found for this table_id.