> For the complete documentation index, see [llms.txt](https://api.parking24.online/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://api.parking24.online/reference/zavgar-api-reference/graphql/types/pass.md).

# Pass

```graphql
type Pass {
  # ID
  id: Int!
  
  # Assignee ID
  assigneeId: Int!
  
  # Assignee
  assignee: Contact!
  
  # Date start
  dateStart: Long!
  
  # Date finish
  dateFinish: Long!
  
  # Floor ID
  floorId: Int!
  
  # Organization ID
  organizationId: Int!
  
  # Status
  status: PassStatus!
}
```
