Show / Hide Table of Contents

Standard API. Release Notes.

01/31/2020 Standard API 3.0 (_MOD_API_3.0)

  • #99961 Expose search deed and docs in API
  • #129054 Update and Improve Documentation
  • #129055 Remove portal specific namings from database objects
  • #129057 General clean up and improvements
  • #129077 Rename the PortalServiceAuthorizedUser database setting, should not be related to "Portal"
  • #129363 Provide a pre mock release to customer, so that we can get early feedback
  • #143187 Return DiarieNr when creating journalized case
  • #144170 value for column 'countryCode' in table 'UserSettings' is DBNull.

05/01/2020 Standard API 4.0 (_MOD_API_4.0.0)

  • #149790 Act on Standard API feedback from Customer to get an approval on Delivery, step 1
  • #151158 Standard API 4.0.0 Documentation update
  • #151159 Standard API 4.0.0 Review and correct namings
  • #151401 Standard API 4.0.0 Separate Standard API and PortalBasic API
  • #151167 Standard API 4.0.0 Error handling
  • #151188 It should not be possible to create a Deed without a PostListID from the API

09/29/2020 Standard API 4.1 (_MOD_API_4.1.0)

  • #180053 Identity management/mapping and support for Teams App 1.0.0 integration requirements.
  • #180679 Standard API 4.1. Merge Standard API changes for FPOne POC.
  • #180720 Standard API 4.1. Filtering by case title, case id and case type (to search cases) and ordering by following fields and by start date.
  • #180721 Standard API 4.1. Get all cases where user is Responsible Handling Officer (now we have only method to get cases were user is Handling Officer).
  • #180722 Standard API 4.1. Functionality for filtering by deeds title (to search deeds in case).
  • #180724 Standard API 4.1. Functionality to order case deeds by title, deed type, registration date, origin and initiator.
  • #180725 Standard API 4.1. Functionality to register deed in post list (with parameters document title, diary number, post-list).
  • #182548 Standard API 4.1. Add possibility to get available origins.
  • #183126 Standard API 4.1. Extend GetJournalizedCaseResponse with case type information.
  • #183326 Standard API 4.1. Update GetJournalizedCasesByParams method(method of JournalizedCaseManagement) with functionality to fetch just cases where a user is handling officer with journalization rights.
  • #183611 Standard API 4.1. Functionality for filtering by deed type (to search deeds in case).
  • #183847 Standard API 4.1. Add possibility to filter objects by PUL/secrecy levels.
  • #184845 Standard API 4.1. Functionality to order case and deeds by propID.
  • #184776 Registration full form with missed data in Tillcomst dropdown, failed registration.

Notes:

  • CommonOriginDTO renamed to CommonOrigin
  • OriginDTO renamed to Origin
  • GetJournalizedCaseResponse extended with CaseType property
  • JournalizedCaseMasterDTO extended with IsAllowedToJournalize property

09/30/2020 Standard API 5.0 (_MOD_API_5.0.0)

  • #151978 Act on Standard API feedback from Customer to get an approval on Delivery, step 2.
  • #151166 Standard API 5.0. Methods parameterss review and refactoring.
  • #151186 Standard API 5.0. Functional deficiencies and defects.
  • #151195 Standard API 5.0. Download the files during diary entries.
  • #151196 Standard API 5.0. Add sorting/filtering by Journalized Case and Deeds.
  • #154560 Standard API 5.0. Review and refactor custom object related requests.

Notes:

  • Property CaseID renamed to DiaryNumber in SearchJournalizedCaseRequest
  • Property RegistrationDate removed from UpdateJournalizedCaseRequest
  • UpdateJournalizedCaseRequest extended with BusinessCodeID, CaseTypeID properties
  • Properties DocumentDescription, DocumentTemplateID, DocumentTypeID, DocumentTitle, Extension, FileContentLength, Stream in CreateCustomObjectRequest combined into Document property
  • Properties TemplateID, DocumentTypeID, Extension, FileContentLength, Stream in CreateDeedRequest combined into Document property
  • Properties TemplateID, DocumentTypeID, Extension, FileContentLength, Stream in CreateDeedOnPostListRequest combined into Document property
  • GetDeedResponse extended with PostList property
  • Properties TemplateID, DocumentTypeID, DocumentTitle, Extension, FileContentLength, Stream in RegisterDocumentOnPostListRequest combined into Document property
  • Property RegistrationDate removed from UpdateDeedRequest
  • UpdateDeedRequest extended with PostListID, DeedTypeID properties
  • Property CaseID renamed to JournalizedCaseID in CreatePreRegistrationRequest
  • Method SearchCaseByCaseID renamed to SearchCaseByDiaryNumber

02/17/2021 Standard API 5.1.0 (_MOD_API_5.1.0)

  • #194754 Generate and publish the WSDL schema.
  • #206322 Platina.API call for CaseManagement.CreateJounalizedCaseRequest require BusinessCodeID>0.
  • #202474 Support Teams App 1.2 (FTA1.2.0).

Notes:

  • WorkingDocumentTemplateDTO extended with Extension property
  • Added abstract WorkingDocumentMessageBase class that contains properties related to working document
  • RegisterDocumentOnPostListRequest inherits WorkingDocumentMessageBase, property Document was deleted
  • CreateDeedOnPostListRequest inherits WorkingDocumentMessageBase, property Document was deleted
  • CreateDeedRequest inherits WorkingDocumentMessageBase, property Document was deleted
  • CreateCustomObjectRequest inherits WorkingDocumentMessageBase, property Document was deleted
  • CreateDeedOnPostList method was extended with Updating Bookmarks functionality (All functionality regarding bookmarks updating will work only with enabled “Formpipe Bookmarks updater” tool)
  • CreateDeed method was extended with Updating Bookmarks functionality (All functionality regarding bookmarks updating will work only with enabled “Formpipe Bookmarks updater” tool)
  • Changed binding redirect in Web.config for System.Net.Http assembly
  • Property type of Origin changed to int in CreateDeed
  • Property type of Origin changed to int in CreateDeedOnPostListRequest

12/06/2021 Standard API 6.0.0 (_MOD_API_6.0.0)

  • #271584 Remove "Name" parameter from ServiceContract.
  • #271579 Improve the documentation.
  • #271580 Package and distribute the contract assembly.
  • #271583 Provide logging configuration.
  • #271551 Visualize the information model.

Notes:

  • Parameter Name removed from ServiceContract attribute
  • Added logging configuration in Web.config
  • ServiceWritingContentDTO moved to namespace Integration.DataContracts
  • WorkingDocumentMessageBase moved to namespace Integration.DataContracts
  • pGetJournalizedCasesInfoForDiary moved to standard_api schema in database
  • log4net updated version to 2.0.12.0

22/09/2023 Standard API 6.0.1 (_MOD_API_6.0.1)

  • #379736 Implemented search deeds and search documents functionality.

Notes:

  • Added property DiaryNumber to DeedDTO
  • Added property Identifier to DocumentDTO
  • Created CommonSearchDocumentsRequest, CommonSearchDocumentsResponse, CommonSearchDocumentDTO, SearchDocuments
  • Deleted mocked data from SearchDeeds and SearchDocuments methods in PlatinaService

26/02/2024 Standard API 7.0.0 (_MOD_API_7.0.0)

  • #376321 Utilize the most recent .NET tech stack and use proven third-party components for API.
  • #376150 Implement HATEOAS for REST API endpoints.
  • #376330 Implement API requests according to DIGG requirements.
  • #376152 Expose sequential identifiers in non-predictable way.
  • #376153 Implement search parameters, pagination in the API according to the DIGG requirements.
  • #376319 Implement common mechanism to validate incoming requests.
  • #376324 Implement response output caching to optimize API response time.
  • #376326 Add API versioning support.
  • #376327 API should be based on Platina's c- and e- components to support customized Platina biz-components.
  • #376331 Implement API messages and resource naming that match DIGG naming convention.
  • #376332 Implement API endpoints according to DIGG requirements.
  • #376334 Document API endpoints.
  • #376857 API implements similar functionality that was exposed by legacy WCF API.
  • #381914 Add basic support to search deeds and documents.
  • #392475 API utilizes most recent .NET tech stack and supports advanced transport security.
  • #392491 API documentation conforms Open API requirements.
  • #392538 API validates incoming requests.
  • #401611 API endpoint URLs contain API version segment.
  • #404489 Added support to specify Organization ID when creating or updating deeds.

Fixed Support Tickets:

  • #368810 bkfields are not included for the GetDeed method.
  • #299773 As a Developer I'd like to be able to update the journalized case via Platina Standard API.
Back to top Created by Formpipe