Packages [expand] [collapse]
Released in version
5.2.2
5.2.1
5.2.0
5.1.0
5.0.0
4.1.0
4.0.0
3.5.0
3.4.0
3.3.0
3.2.0
3.1.0
3.0.0
2.0.0.2
1.1.4.9000
1.0.0.9000
0.21.1.9000
0.20.0.9000
0.19.4.9000

Latest changes

Item type
Filter on date
Items/Page
Area ID Type Description Released
AFORM-3678
  Form service API should not use custom exception filter for all exceptions

Fixed an issue that used a custom exception filter for all exceptions.

EPiServer.Forms.ServiceApi 5.2.1; (Or a related package);
Nov 28, 2023
AFORM-3411
  Method to delete form submission should be DELETE method

Fixed an issue that used the POST method to delete instead of the DELETE method.

EPiServer.Forms.ServiceApi 5.2.0; (Or a related package);
Aug 31, 2023
AFORM-3412
  The SubmissionIds should be verified when deleting form submissions

Fixed an issue that returned 200 OK status when you deleted a form submissions with an invalid SubmissionId. A 404 Not Found status and warning should have appeared.

 

EPiServer.Forms.ServiceApi 5.2.0; (Or a related package);
Aug 31, 2023
AFORM-3017
  Convert Episerver.Form.ServiceApi to .net 6

Forms Service API is supported on .NET 6.

EPiServer.Forms.ServiceApi 5.0.0; (Or a related package);
Aug 04, 2022
AFORM-2814
  Update dependency for Forms Service API

Try to install following NuGet packages in a same project:

  • EPiServer.ContentDeliveryApi.Search
  • EPiServer.Forms.ServiceApi

The issue is that both has a dependency of another NuGet package (Microsoft.AspNet.OData) but to different versions. EPiServer.ContentDeliveryApi.Search needs Microsoft.AspNet.OData between 6.0.0 - 7.0.0, whereas EPiServer.Forms.ServiceApi needs Microsoft.AspNet.OData between 5.6.0 - 6.0.0, making it almost impossible to install both NuGet packages in same project.

EPiServer.Forms.ServiceApi 4.0.0; (Or a related package);
Jun 29, 2021