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

Retrieves a particular journal

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

Request

URI Parameters

journalIdentifier
string
Required

Body Parameters

None.

Response

Resource Description

Model: JournalModelRead
ROW
integer
RecordId of the record

Identifier
globally unique identifier
Journal identifier

Date
date
Erforderlich
Journal date

ContactKindIdentifier
integer
[CRM_Kontaktarten].Id

ContactKind
string
Länge: einschließlich zwischen 0 und 30
[CRM_Kontaktarten].Kontaktart, wie z.B. Notiz, Vermerk, etc.

StatusId
integer
Erforderlich
[CRM_Status].Id

Cycle
Type of repetition of a journal

CategoryId
integer
[Category].Id

Label
string
Erforderlich
Name

Text
string
Erforderlich
Description

IsPrivateContact
boolean
Indication of whether it is a private contact

ResponsiblePerson
string
Password abbreviation of the person in charge

StatusLabel
string
Länge: einschließlich zwischen 0 und 30
[CRM_Status].Status, wie z.B. aufgenommen, bearbeitet, etc.

CategoryLabel
string
Länge: einschließlich zwischen 0 und 40
[Kategorie].Kategorie

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

CustomFields
User defined fields

Response Formats
application/json
Example:
    {
  "ROW": 1,
  "Identifier": "eb012c80-3d54-45e4-9b56-db00343fff0b",
  "Date": "2024-12-26T19:03:37.5385018+01:00",
  "ContactKindIdentifier": 4,
  "ContactKind": "sample string 5",
  "StatusId": 6,
  "Cycle": "None",
  "CategoryId": 7,
  "Label": "sample string 8",
  "Text": "sample string 9",
  "IsPrivateContact": true,
  "ResponsiblePerson": "sample string 11",
  "StatusLabel": "sample string 12",
  "CategoryLabel": "sample string 13",
  "MetaData": {
    "CreationDate": "2024-12-26T19:03:37.5385018+01:00",
    "CreationUserToken": "sample string 1",
    "ModificationDate": "2024-12-26T19:03:37.5385018+01:00",
    "ModificationUserToken": "sample string 2"
  },
  "CustomFields": {
    "Text1": "sample string 1",
    "Text2": "sample string 2",
    "Number1": 1.1,
    "Number2": 1.1,
    "Number3": 1,
    "Number4": 1,
    "Date1": "2024-12-26T19:03:37.5385018+01:00",
    "Date2": "2024-12-26T19:03:37.5385018+01:00",
    "Flag1": true,
    "Flag2": true,
    "Flag3": true,
    "Flag4": true
  }
}