patron_blocks_user_summary
Source:
Module: mod-patron-blocks
Interface: /user-summary
Attributes:
| Property Name | Property Type | Property Description |
|---|---|---|
| id | string | A universally unique identifier (UUID), this is a 128-bit number used to identify a record and is shown in hex with dashes, for example 6312d172-f0cf-40f6-b27d-9fa8feaf332f; the UUID version must be from 1-5; see https://dev.folio.org/guides/uuids/ |
| _version | integer | Record version for optimistic locking |
| userId | string | A universally unique identifier (UUID), this is a 128-bit number used to identify a record and is shown in hex with dashes, for example 6312d172-f0cf-40f6-b27d-9fa8feaf332f; the UUID version must be from 1-5; see https://dev.folio.org/guides/uuids/ |
| openLoans | array | User’s open loans |
| openLoans/loanId | string | A universally unique identifier (UUID), this is a 128-bit number used to identify a record and is shown in hex with dashes, for example 6312d172-f0cf-40f6-b27d-9fa8feaf332f; the UUID version must be from 1-5; see https://dev.folio.org/guides/uuids/ |
| openLoans/dueDate | string | Due date of the loan |
| openLoans/recall | boolean | Indicates if the item was recalled |
| openLoans/itemLost | boolean | Indicates if the item associated with the loan is in status ‘Aged to lost’ or ‘Declared lost’ |
| openLoans/itemClaimedReturned | boolean | Indicates if the item associated with the loan is in status ‘Claimed returned’ |
| openLoans/gracePeriod | object | Period of time, a number of minutes, hours, days, weeks or months |
| openLoans/gracePeriod/duration | integer | Duration of the period, number of times the interval repeats |
| openLoans/gracePeriod/intervalId | string | Interval for the period, e.g. hours, days or weeks |
| openFeesFines | array | User’s open fees/fines |
| openFeesFines/feeFineId | string | A universally unique identifier (UUID), this is a 128-bit number used to identify a record and is shown in hex with dashes, for example 6312d172-f0cf-40f6-b27d-9fa8feaf332f; the UUID version must be from 1-5; see https://dev.folio.org/guides/uuids/ |
| openFeesFines/feeFineTypeId | string | A universally unique identifier (UUID), this is a 128-bit number used to identify a record and is shown in hex with dashes, for example 6312d172-f0cf-40f6-b27d-9fa8feaf332f; the UUID version must be from 1-5; see https://dev.folio.org/guides/uuids/ |
| openFeesFines/loanId | string | A universally unique identifier (UUID), this is a 128-bit number used to identify a record and is shown in hex with dashes, for example 6312d172-f0cf-40f6-b27d-9fa8feaf332f; the UUID version must be from 1-5; see https://dev.folio.org/guides/uuids/ |
| openFeesFines/balance | number | Balance |
| metadata | object | Metadata about creation and changes to records, provided by the server (client should not provide) |
| metadata/createdDate | string | Date and time when the record was created |
| metadata/createdByUserId | string | ID of the user who created the record (when available) |
| metadata/createdByUsername | string | Username of the user who created the record (when available) |
| metadata/updatedDate | string | Date and time when the record was last updated |
| metadata/updatedByUserId | string | ID of the user who last updated the record (when available) |
| metadata/updatedByUsername | string | Username of the user who last updated the record (when available) |