info@selectline.de | +49 391 5555-080 | SelectLine - suits every company
/Journals/{journalIdentifier}/Attachments
Description

Retrieves a list with information about the attachments of a journal

  • The right ‘Lesen’ is required for the data ‘Journal’.

Request

URI Parameters

journalIdentifier
string
Required

ForeignKey
integer
Foreign key

Blobkey
string
Blobkey

AddressBlobkey
string
AddressBlobkey

MainAddressId
integer
Main address ID

DocumentKindFlag
string
Document type

HasCrmLicense
boolean
CRM licence available

JournalId
globally unique identifier
Journal ID

ContactKindId
integer
Contact type ID

StatusId
integer
Status ID

CategoryId
integer
Category ID

OnlyMyEntries
boolean
Show only own entries

EmployeeNumber
string
Employee number

DueDate
date
Deadline on

AssignedUser
string
Responsible user

Page
integer
Page number for paging | Default: 0

Items
integer
Sets the number of entries per page | Default: 10 | All: 0

SearchTerm
string
Filter for words

SearchIn
string
Properties in which to search. The separator between these properties is "|".

OrderBy
string
Properties to be sorted by. An exclamation mark ! at the end indicates downward sorting. To sort by several properties, they must be separated by a "|".

Filter
string
A filter can be defined to limit the result set. For example: (Property EQ Value OR Property2 GT Value2) AND (Property3 CT 'String') See the description for the FilterQueryLanguage for more information.

Body Parameters

None.

Response

Resource Description

Model: Collection of AttachmentInfo
AttachmentIdentifier
integer
Identifier zum Anhang

AttachmentType
integer
Typ des Anhang

JournalIdentifier
globally unique identifier
Identifier zu einem Journal

Filename
string
File name

Record information, e.g. creation date, processing date

Response Formats
application/json
Example:
    [
  {
    "AttachmentIdentifier": 1,
    "AttachmentType": 2,
    "JournalIdentifier": "7e7ba610-de23-4401-b653-a473ead97269",
    "Filename": "sample string 4",
    "MetaData": {
      "CreationDate": "2026-03-06T13:46:57.2564281+01:00",
      "CreationUserToken": "sample string 1"
    }
  },
  {
    "AttachmentIdentifier": 1,
    "AttachmentType": 2,
    "JournalIdentifier": "7e7ba610-de23-4401-b653-a473ead97269",
    "Filename": "sample string 4",
    "MetaData": {
      "CreationDate": "2026-03-06T13:46:57.2564281+01:00",
      "CreationUserToken": "sample string 1"
    }
  }
]