Skip to content

Get a version

OpenAPI specifications

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

Get a table in a specific version.

Path parameters

table_id
  • Type: string
version
  • Type: string

Responses

200 - Successfully got the table of this version.

400 - table_id and version must be integers.

401 - Unauthorized.

404 - No table found for this table_id or this version doesn't exists for this table.