#3417 also send id of parameter with api response
This commit is contained in:
@@ -100,7 +100,8 @@
|
||||
{
|
||||
Editor = param.EditorAlias,
|
||||
Key = param.Alias,
|
||||
Label = param.Name
|
||||
Label = param.Name,
|
||||
Id = param.Id
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
@@ -25,5 +25,11 @@
|
||||
/// </summary>
|
||||
[DataMember(Name = "editor")]
|
||||
public string Editor { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the id.
|
||||
/// </summary>
|
||||
[DataMember(Name = "id")]
|
||||
public int Id { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user