> For the complete documentation index, see [llms.txt](https://developer.firmhouse.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.firmhouse.com/graphql-api/api-reference/objects/collection-case.md).

# CollectionCase

### Fields

#### caseNumber ([String](/graphql-api/api-reference/objects/string.md)!)

The collection case number

#### createdAt ([ISO8601DateTime](/graphql-api/api-reference/objects/iso-8601-date-time.md))

The date and time when the collection case record was first created.

#### id ([ID](/graphql-api/api-reference/objects/id.md)!)

ID to identify the collection case with

#### invoices ([InvoiceConnection](/graphql-api/api-reference/objects/invoice-connection.md))

Invoices part of this collection case

| Argument                                                        | Description                                                             |
| --------------------------------------------------------------- | ----------------------------------------------------------------------- |
| after ([String](/graphql-api/api-reference/objects/string.md))  | Returns the elements in the list that come after the specified cursor.  |
| before ([String](/graphql-api/api-reference/objects/string.md)) | Returns the elements in the list that come before the specified cursor. |
| first ([Int](/graphql-api/api-reference/objects/int.md))        | Returns the first *n* elements from the list.                           |
| last ([Int](/graphql-api/api-reference/objects/int.md))         | Returns the last *n* elements from the list.                            |

#### ~~project (~~[~~Project~~](/graphql-api/api-reference/objects/project.md)~~!)~~

*`Deprecated: Will be removed.`*

#### status ([CollectionCaseStatus](/graphql-api/api-reference/objects/collection-case-status.md)!)

The status of the collection case

#### updatedAt ([ISO8601DateTime](/graphql-api/api-reference/objects/iso-8601-date-time.md))

The date and time when the collection case record was last updated.
